summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-10-21 16:19:51 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-10-21 16:19:51 -0500
commit81067276fc9a562019034782042be6b25d331c5b (patch)
tree44174f780a8e0b58e2ca00e82da54c4e07d59a19 /pcr
parent48143fb3e6f69f95de549db8cf8d44c0649cd97e (diff)
newlisp-10.7.0-1: updating version
Diffstat (limited to 'pcr')
-rw-r--r--pcr/newlisp/PKGBUILD9
-rw-r--r--pcr/newlisp/newlisp.install4
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() {