diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-10-21 16:19:51 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-10-21 16:19:51 -0500 |
commit | 81067276fc9a562019034782042be6b25d331c5b (patch) | |
tree | 44174f780a8e0b58e2ca00e82da54c4e07d59a19 /pcr/newlisp | |
parent | 48143fb3e6f69f95de549db8cf8d44c0649cd97e (diff) | |
download | abslibre-81067276fc9a562019034782042be6b25d331c5b.tar.gz abslibre-81067276fc9a562019034782042be6b25d331c5b.tar.bz2 abslibre-81067276fc9a562019034782042be6b25d331c5b.zip |
newlisp-10.7.0-1: updating version
Diffstat (limited to 'pcr/newlisp')
-rw-r--r-- | pcr/newlisp/PKGBUILD | 9 | ||||
-rw-r--r-- | pcr/newlisp/newlisp.install | 4 |
2 files changed, 6 insertions, 7 deletions
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 <scrawler@gmail.com> -# Maintainer : Parabola GNU / Linux-libre Aurélien DESBRIÈRES <aurelien@cwb.IO> - +# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> 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() { |