summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Hornich2023-09-01 22:26:44 +0200
committerJulian Hornich2023-09-01 22:26:44 +0200
commit60c155dc71339304afa86352e48758e1bd613ffc (patch)
tree366409afea3961d85899819347bd079831c5130b
parent228db4161a0f1a0b806eb3bb7a713010fccbd52d (diff)
downloadaur-python-pycachesim-git.tar.gz
fix provides/conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87b568d23889..8dc3bd16ef35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,9 +8,9 @@ pkgbase = python-pycachesim-git
license = GPLv3
makedepends = git
depends = python
- provides = pycachesim
+ provides = python-pycachesim
+ conflicts = python-pycachesim
source = git+https://github.com/RRZE-HPC/pycachesim.git
sha256sums = SKIP
pkgname = python-pycachesim-git
-
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