summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5313d8d16b0c..f33f64b5cb0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pycachesim-git
pkgrel=1
-pkgver=r84
+pkgver=r125
pkgdesc="Python Cache Hierarchy Simulator"
arch=('i686' 'x86_64')
url="https://github.com/RRZE-HPC/pycachesim"
@@ -12,7 +12,8 @@ depends=('python' )
makedepends=('git')
source=('git+https://github.com/RRZE-HPC/pycachesim.git')
sha256sums=('SKIP')
-provides=('pycachesim')
+provides=('python-pycachesim')
+conflicts=('python-pycachesim')
pkgver() {
cd ${srcdir}/pycachesim