summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShiv Upadhyay2020-02-05 14:20:09 -0500
committerShiv Upadhyay2020-02-05 14:20:09 -0500
commitea792949fb94f7f363c3e3843958153f9e214928 (patch)
tree8ea5ed03ec4c31088b9b51363e4fdde47cea55df /PKGBUILD
parent4afc2e11d80d655bb80bcd3229323dc29e7cea8f (diff)
downloadaur-rigetti-quilc-git.tar.gz
Update version and don't strip symbols from binary
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 212a5e4affc2..cf99c09fd43a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Shiv Upadhyay <shivnupadhyay@gmail.com>
pkgname=rigetti-quilc-git
_pkgname=quilc
-pkgver=r493.d102d70
+pkgver=r494.b729f62
pkgrel=1
pkgdesc="The @rigetti optimizing Quil compiler."
arch=('x86_64' 'i686')
@@ -13,6 +13,7 @@ checkdepends=()
optdepends=()
provides=("$_pkgname")
conflicts=("$_pkgname")
+options=(!strip)
source=("git+https://github.com/rigetti/quilc.git")
sha256sums=('SKIP')