summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrent Carmer2015-08-11 10:42:56 -0700
committerBrent Carmer2015-08-11 10:43:22 -0700
commitdfa6d54842e4b4fe92f0c4973e7b118ff6861615 (patch)
tree854e7d5ac6a61759732b16e646f5f74d90a52b66
parentbe38e670a84be36ca70f91b5218e2b23898bd3de (diff)
downloadaur-dfa6d54842e4b4fe92f0c4973e7b118ff6861615.tar.gz
Update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36a9ac743c3b..f190d81e7a4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,8 @@ pkgbase = yices-bin
arch = i686
arch = x86_64
license = custom
+ provides = yices
+ conflicts = yices
source = http://yices.csl.sri.com/cgi-bin/yices2-newnewdownload.cgi?file=yices-2.4.1--unknown-linux-gnu-static-gmp.tar.gz&accept=I+Agree
sha512sums = 12f025632415363f51dea9d7515bda99cdd1c4834774af88deb7f79c7f068c9f8d29ab238f336ee1ca6f6411ccc2138e877711fce47f097ba606537fd9e61732
diff --git a/PKGBUILD b/PKGBUILD
index 9da8e76c8836..9e464d88f406 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
# Contributor: Paolo Herms
+# Maintainer: Brent Carmer
pkgname=yices-bin
pkgver=2.4.1
pkgrel=1
+provides=('yices')
+conflicts=('yices')
pkgdesc="An automatic theorem prover"
arch=('i686' 'x86_64')
url="http://yices.csl.sri.com/"
license=('custom')
-#source=(http://yices.csl.sri.com/cgi-bin/yices2-newdownload.cgi?file=yices-$pkgver-$CARCH-pc-linux-gnu-static-gmp.tar.gz'&accept=I+Accept')
source=("http://yices.csl.sri.com/cgi-bin/yices2-newnewdownload.cgi?file=yices-$pkgver-$CARCH-unknown-linux-gnu-static-gmp.tar.gz&accept=I+Agree")
sha512sums=('12f025632415363f51dea9d7515bda99cdd1c4834774af88deb7f79c7f068c9f8d29ab238f336ee1ca6f6411ccc2138e877711fce47f097ba606537fd9e61732')