summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTarn W. Burton2022-11-05 11:40:01 -0400
committerTarn W. Burton2022-11-05 11:40:01 -0400
commitea1782b71330f08e57e7e3a8b3d9b235fe612d88 (patch)
tree7256aa22f2653d232294df9500d0d998067e9376
parent9c696737807d37e6360546c3670a8854938ad6ee (diff)
downloadaur-ea1782b71330f08e57e7e3a8b3d9b235fe612d88.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 1facdf8a6238..13561bd30ff8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cando-git
pkgdesc = Bringing Common Lisp and C++ Together, including Cando
- pkgver = 2.0.0_6_gfc63c529c_gb8401ca3
+ pkgver = 2.0.0_40_g219c77771_g40c77e59
pkgrel = 1
url = https://github.com/clasp-developers/clasp
arch = x86_64
@@ -27,6 +27,8 @@ pkgbase = cando-git
provides = common-lisp
provides = clasp-cl
provides = cando
+ conflicts = cando
+ conflicts = clasp-cl
conflicts = clasp-cl-git
options = !strip
source = git+https://github.com/clasp-developers/clasp.git
diff --git a/PKGBUILD b/PKGBUILD
index e0019c8eaffc..303ef6e7d8dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tarn W. Burton <twburton@gmail.com>
pkgname=cando-git
-pkgver=2.0.0_6_gfc63c529c_gb8401ca3
+pkgver=2.0.0_40_g219c77771_g40c77e59
pkgrel=1
pkgdesc="Bringing Common Lisp and C++ Together, including Cando"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('boost' 'expat' 'fmt' 'gmp' 'libbsd' 'libedit' 'clang' 'zeromq'
'libelf' 'libffi' 'llvm' 'netcdf' 'ninja' 'ncurses' 'zlib')
makedepends=('git' 'sbcl' 'pkg-config')
provides=('cclasp-boehm' 'common-lisp' 'clasp-cl' 'cando')
-conflicts=('clasp-cl-git')
+conflicts=('cando' 'clasp-cl' 'clasp-cl-git')
source=('git+https://github.com/clasp-developers/clasp.git')
sha512sums=('SKIP')