summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorscrawler2016-03-25 16:18:21 -0500
committerscrawler2016-03-25 16:18:21 -0500
commitf875574e7c6a5a8226b24fad4889a70d99dbab3c (patch)
treecdd7e35c7610c22a32b0edb7db8c47fc08ee5cfb
parent56c7ca329a9e79dda558da35b5f224ec7e5a654a (diff)
downloadaur-f875574e7c6a5a8226b24fad4889a70d99dbab3c.tar.gz
yay! an update!
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--newlisp.install4
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b3faebc3fb7..9bcc92ca3aa8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = newlisp
pkgdesc = newLISP is a LISP like, general purpose scripting language.
- pkgver = 10.6.2
+ pkgver = 10.7.0
pkgrel = 1
url = http://www.newlisp.org
install = newlisp.install
@@ -8,10 +8,10 @@ pkgbase = newlisp
arch = i686
license = GPL
depends = readline
- optdepends = openjdk6
+ optdepends = jdk8-openjdk
options = docs
- source = http://newlisp.org/downloads/newlisp-10.6.2.tgz
- md5sums = c680a5da323d0c07eaf985663a96ec51
+ source = http://newlisp.org/downloads/newlisp-10.7.0.tgz
+ md5sums = 6ae2d21205366f39d4edf2aa16ba5c18
pkgname = newlisp
diff --git a/PKGBUILD b/PKGBUILD
index c84ca32439b6..f4591a0f8d00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Contributor: scrawler <scrawler@gmail.com>
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/newlisp.install b/newlisp.install
index f05b115ebc56..1b112edac891 100644
--- a/newlisp.install
+++ b/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() {