summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2015-06-12 16:42:51 +0100
committermschubert2015-06-12 16:42:51 +0100
commit35000209c6682108fc5f25ff488de79191a66f60 (patch)
tree7a60d5102af99113633af8a106529881c5ba7bb2
parentb388ba0996cea9354d3a171e4d964ce4c583a8c3 (diff)
downloadaur-35000209c6682108fc5f25ff488de79191a66f60.tar.gz
replace csympy
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f166bcced4e..b4f72ba53034 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = symengine-git
pkgdesc = Fast symbolic manipulation library, written in C++
pkgver = r1937.a4b2c77
- pkgrel = 1
+ pkgrel = 2
url = http://sympy.org/
arch = i686
arch = x86_64
@@ -14,6 +14,8 @@ pkgbase = symengine-git
depends = boost-libs
depends = gperftools
optdepends = python2
+ conflicts = csympy
+ replaces = csympy
source = symengine::git+https://github.com/sympy/symengine.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7f36c34985bd..3f90c09d0fe0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=symengine-git
_pkgname=symengine
pkgver=r1937.a4b2c77
-pkgrel=1
+pkgrel=2
pkgdesc="Fast symbolic manipulation library, written in C++"
url="http://sympy.org/"
arch=('i686' 'x86_64')
@@ -10,6 +10,8 @@ license=('MIT')
depends=('gmp' 'arb' 'boost-libs' 'gperftools')
makedepends=('cmake' 'git' 'boost')
optdepends=('python2')
+replaces=('csympy')
+conflicts=('csympy')
source=($_pkgname::git+https://github.com/sympy/symengine.git)
md5sums=('SKIP')