summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2017-01-12 20:48:51 +0100
committerStefan Husmann2017-01-12 20:48:51 +0100
commitd22d41e92b8656b2635c9ba3581972e6f04da921 (patch)
tree8c2723426f7f44269ce1411232050ed59322a8cb /PKGBUILD
parent1d8cc3b50aa3e0e1c503a559debd7d425dde4c1f (diff)
downloadaur-d22d41e92b8656b2635c9ba3581972e6f04da921.tar.gz
provide common lisp
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb8e7e8bc687..fa32b04ebbe5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=abcl-svn
-pkgver=r14940
+pkgver=r14945
pkgrel=1
pkgdesc="Full implementation of the Common Lisp language in the JVM"
arch=('any')
@@ -8,7 +8,7 @@ url="http://common-lisp.net/project/armedbear/"
license=('GPL')
depends=('java-environment' 'bash')
makedepends=('apache-ant' 'net-tools' 'subversion')
-provides=('abcl')
+provides=('abcl' 'common-lisp')
conflicts=('abcl')
source=("svn+http://abcl.org/svn/trunk/abcl/" abcl.sh)
md5sums=('SKIP' 'd51ffd115b32f9a47f849fc7630ced4f')