summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
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')