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