summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTarn W. Burton2022-11-05 11:41:44 -0400
committerTarn W. Burton2022-11-05 11:41:44 -0400
commitb72d032cf7ec043934ae7beac6b093774baa5529 (patch)
treef2f6d899de132e045b38f97cb22fcff7765c3328
parentaba2fad9d383b3adf1d66bfb6c9eedffeb0c5aa9 (diff)
downloadaur-b72d032cf7ec043934ae7beac6b093774baa5529.tar.gz
Update version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9f2886721a9..5619277ca8be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = clasp-cl-git
pkgdesc = Bringing Common Lisp and C++ Together
- pkgver = 2.0.0_6_gfc63c529c
+ pkgver = 2.0.0_40_g219c77771
pkgrel = 1
url = https://github.com/clasp-developers/clasp
arch = x86_64
@@ -24,7 +24,9 @@ pkgbase = clasp-cl-git
provides = cclasp-boehm
provides = common-lisp
provides = clasp-cl
+ conflicts = cando
conflicts = cando-git
+ conflicts = clasp-cl
options = !strip
source = git+https://github.com/clasp-developers/clasp.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 36042b93f76a..df07505869df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tarn W. Burton <twburton@gmail.com>
pkgname=clasp-cl-git
-pkgver=2.0.0_6_gfc63c529c
+pkgver=2.0.0_40_g219c77771
pkgrel=1
pkgdesc="Bringing Common Lisp and C++ Together"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('boost' 'expat' 'fmt' 'gmp' 'libbsd' 'libedit' 'clang'
'libelf' 'libffi' 'llvm' 'ncurses' 'zlib')
makedepends=('git' 'sbcl' 'ninja' 'pkg-config')
provides=('cclasp-boehm' 'common-lisp' 'clasp-cl')
-conflicts=('cando-git')
+conflicts=('cando' 'cando-git' 'clasp-cl')
source=('git+https://github.com/clasp-developers/clasp.git')
sha512sums=('SKIP')