summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2015-09-19 01:51:08 +0200
committerStefan Husmann2015-09-19 01:51:08 +0200
commit3391950ea4408e9bcd9d924325ba542d18bb9b05 (patch)
treed48090abe6a4a7e87ba594b1fa56b39c7bf78c9f
parentef19da1b43a8c41e381a14ab4da33b3b583ddad4 (diff)
downloadaur-3391950ea4408e9bcd9d924325ba542d18bb9b05.tar.gz
Update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44472ce31865..41d493446616 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = abcl
pkgdesc = Full implementation of the Common Lisp language in the JVM
- pkgver = 1.3.2
+ pkgver = 1.3.3
pkgrel = 1
url = http://common-lisp.net/project/armedbear/
arch = any
@@ -9,9 +9,9 @@ pkgbase = abcl
makedepends = net-tools
depends = sh
depends = java-environment
- source = http://abcl.org/releases/1.3.2/abcl-src-1.3.2.tar.gz
+ source = http://abcl.org/releases/1.3.3/abcl-src-1.3.3.tar.gz
source = abcl.sh
- md5sums = a07f17f0c610860a19f61468e9df601a
+ md5sums = 0ce3eeedd585a9e834c55b4b3a84bf76
md5sums = d51ffd115b32f9a47f849fc7630ced4f
pkgname = abcl
diff --git a/PKGBUILD b/PKGBUILD
index 7cabd5ac74e9..ab84e7e7ad89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=abcl
-pkgver=1.3.2
+pkgver=1.3.3
pkgrel=1
pkgdesc="Full implementation of the Common Lisp language in the JVM"
arch=('any')
@@ -9,7 +9,7 @@ license=('GPL')
depends=('sh' 'java-environment')
makedepends=('apache-ant' 'net-tools')
source=("http://abcl.org/releases/$pkgver/$pkgname-src-$pkgver.tar.gz" abcl.sh)
-md5sums=('a07f17f0c610860a19f61468e9df601a'
+md5sums=('0ce3eeedd585a9e834c55b4b3a84bf76'
'd51ffd115b32f9a47f849fc7630ced4f')
build() {