summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parentce382943021a3d0d409260f55f680dea2aaf2934 (diff)
downloadaur-140157560f2f399d9c720703f8313835bd3ff85d.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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
}