summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTarn W. Burton2022-07-05 20:41:45 -0400
committerTarn W. Burton2022-07-05 20:41:45 -0400
commit140157560f2f399d9c720703f8313835bd3ff85d (patch)
tree6a09c89984a15d2f69894b4eb3b894fd54a777fe
parentce382943021a3d0d409260f55f680dea2aaf2934 (diff)
downloadaur-140157560f2f399d9c720703f8313835bd3ff85d.tar.gz
Update version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab467479e556..cc2c32a16c7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cando-git
pkgdesc = Bringing Common Lisp and C++ Together, including Cando
- pkgver = 1.0.0_317_gfe74d9b5b_g9e28f650
+ pkgver = 1.0.0_325_gda3906a15_g4cc49c25
pkgrel = 1
url = https://github.com/clasp-developers/clasp
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 398ddc687904..726e9acf399a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tarn W. Burton <twburton@gmail.com>
pkgname=cando-git
-pkgver=1.0.0_317_gfe74d9b5b_g9e28f650
+pkgver=1.0.0_325_gda3906a15_g4cc49c25
pkgrel=1
pkgdesc="Bringing Common Lisp and C++ Together, including Cando"
arch=('x86_64')
@@ -17,7 +17,7 @@ sha512sums=('SKIP')
prepare() {
cd clasp
- ./koga --llvm-config=/usr/lib/llvm13/bin/llvm-config --package-path=$pkgdir --extensions=cando,seqan-clasp --bin-path=/usr/bin/ --share-path=/usr/share/clasp/ --lib-path=/usr/lib/clasp/
+ ./koga --reproducible-build --llvm-config=/usr/lib/llvm13/bin/llvm-config --package-path=$pkgdir --extensions=cando,seqan-clasp --bin-path=/usr/bin/ --share-path=/usr/share/clasp/ --lib-path=/usr/lib/clasp/
./koga --skip-sync --extensions=cando,seqan-clasp --update-version
}