summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Woffinden2016-05-23 21:18:56 +0100
committerDaniel Woffinden2016-05-23 21:19:28 +0100
commitf3e5790cf779a7b0aa52869ad2c1fd86ab936b37 (patch)
tree64528e6aa43aa2b8a8a66f9bf56bb3b12acc2af1
parentacc3b571c344f2e84f19e960825f51d8be71d73b (diff)
downloadaur-f3e5790cf779a7b0aa52869ad2c1fd86ab936b37.tar.gz
Bump version, add z3 as a conflict
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98655c1b1126..4f95aa934d81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = z3-git
pkgdesc = Z3 is a high-performance theorem prover being developed at Microsoft Research
- pkgver = 4.4.0.r0.g7f6ef0b
+ pkgver = 4.4.1.r1416.g8370bb8
pkgrel = 1
url = https://github.com/Z3Prover/z3
arch = i686
@@ -11,6 +11,7 @@ pkgbase = z3-git
depends = gcc-libs
optdepends = python2: bindings for python2
provides = z3
+ conflicts = z3
conflicts = z3-bin
conflicts = z3-codeplex
source = z3-git::git+https://github.com/Z3Prover/z3
diff --git a/PKGBUILD b/PKGBUILD
index c32a3f4cf1e0..139ad100577e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: d.woffinden
pkgname=z3-git
-pkgver=4.4.0.r0.g7f6ef0b
+pkgver=4.4.1.r1416.g8370bb8
pkgrel=1
pkgdesc="Z3 is a high-performance theorem prover being developed at Microsoft Research"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('gcc-libs')
makedepends=('git' 'python2')
optdepends=('python2: bindings for python2')
-conflicts=('z3-bin' 'z3-codeplex')
+conflicts=('z3' 'z3-bin' 'z3-codeplex')
provides=('z3')
# The git repo is detected by the 'git:' or 'git+' beginning. The branch
# '$pkgname' is then checked out upon cloning, expediating versioning: