From 81067276fc9a562019034782042be6b25d331c5b Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Fri, 21 Oct 2016 16:19:51 -0500 Subject: newlisp-10.7.0-1: updating version --- pcr/newlisp/PKGBUILD | 9 ++++----- pcr/newlisp/newlisp.install | 4 ++-- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'pcr/newlisp') diff --git a/pcr/newlisp/PKGBUILD b/pcr/newlisp/PKGBUILD index d456d5a9a..2b67367e2 100644 --- a/pcr/newlisp/PKGBUILD +++ b/pcr/newlisp/PKGBUILD @@ -1,18 +1,17 @@ # Contributor (Arch): scrawler -# Maintainer : Parabola GNU / Linux-libre Aurélien DESBRIÈRES - +# Maintainer: Omar Vega Ramos pkgname=newlisp -pkgver=10.6.2 +pkgver=10.7.0 pkgrel=1 pkgdesc="newLISP is a LISP like, general purpose scripting language." url="http://www.newlisp.org" license=('GPL') arch=('x86_64' 'i686') depends=('readline') -optdepends=('openjdk6') +optdepends=('jdk8-openjdk') options=('docs') source=(http://newlisp.org/downloads/$pkgname-$pkgver.tgz) -md5sums=('c680a5da323d0c07eaf985663a96ec51') +md5sums=('6ae2d21205366f39d4edf2aa16ba5c18') install=$pkgname.install build() { diff --git a/pcr/newlisp/newlisp.install b/pcr/newlisp/newlisp.install index f05b115eb..1b112edac 100644 --- a/pcr/newlisp/newlisp.install +++ b/pcr/newlisp/newlisp.install @@ -3,7 +3,7 @@ pre_install() { } post_install() { - ln -sf /usr/bin/newlisp-10.6.2 /usr/bin/newlisp + ln -sf /usr/bin/newlisp-10.7.0 /usr/bin/newlisp } pre_upgrade() { @@ -11,7 +11,7 @@ pre_upgrade() { } post_upgrade() { - ln -sf /usr/bin/newlisp-10.6.2 /usr/bin/newlisp + ln -sf /usr/bin/newlisp-10.7.0 /usr/bin/newlisp } pre_remove() { -- cgit v1.2.3