summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXyne2022-02-10 12:51:00 +0100
committerXyne2022-02-10 12:51:00 +0100
commitba95880b97db7a884f5577ef321a37fa631e0686 (patch)
treece35071c39124b15c3e863a60f4d2455484faac9
parentb465ef68b0e94ac3892ac2ee65834bf8ba0284ca (diff)
downloadaur-python-cmappy-git.tar.gz
Add conflicts and replaces arrays
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 204dc1941cd2..bd610767d27c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-cmappy-git
pkgdesc = Tools for interacting with .gctx and .gct and other Connectivity Map resources.
pkgver = 3.3.0.r128.g69f51c0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cmap/${_name}
arch = any
license = BSD
@@ -11,6 +11,8 @@ pkgbase = python-cmappy-git
depends = python-pandas
depends = python-h5py
depends = python-requests
+ provides = python-cmappy
+ conflicts = python-cmappy
source = cmapPy::git+https://github.com/cmap/cmapPy
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ea7b93dff7e4..dae5ebca7be4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,17 @@
# Maintainer: Xyne <xyne at archlinux dot org>
_name=cmapPy
-pkgname=python-${_name,,}-git
+_pkgname=python-${_name,,}
+pkgname=$_pkgname-git
pkgver=3.3.0.r128.g69f51c0
-pkgrel=1
+pkgrel=2
pkgdesc='Tools for interacting with .gctx and .gct and other Connectivity Map resources.'
url='https://github.com/cmap/${_name}'
arch=('any')
license=('BSD')
depends=('python' 'python-numpy' 'python-pandas' 'python-h5py' 'python-requests')
makedepends=('git')
+provides=("$_pkgname")
+conflicts=("$_pkgname")
source=(${_name}::git+https://github.com/cmap/${_name})
sha512sums=('SKIP')