summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Papst2020-03-08 11:35:51 +0100
committerOliver Papst2020-03-08 11:35:51 +0100
commit4599fd4845b26879a2d73968dc82d39cf69ad095 (patch)
treec46345d38a28a2d40b0ca13a8f2b1f921b16f9ea
parentdb911b95e3e329acd0fc4657e15b120d7e0bff80 (diff)
downloadaur-python-rootpy-git.tar.gz
Optional python-root_numpy dependency unavailable
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a1aa81365e1..b0d06294267b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-rootpy-git
pkgdesc = Pythonic interface with ROOT on top of the existing PyROOT bindings
- pkgver = r3965.457e0740
+ pkgver = r4020.3926935e
pkgrel = 1
url = http://www.rootpy.org/
arch = any
@@ -10,7 +10,6 @@ pkgbase = python-rootpy-git
depends = python
depends = root
optdepends = python-numpy: Increase speed
- optdepends = python-root_numpy: Increase speed
optdepends = python-matplotlib: Plotting
optdepends = python-pytables: HDF5 IO in rootpy.root2hdf5
optdepends = readline: Roosh (interactive root shell)
diff --git a/PKGBUILD b/PKGBUILD
index a24c491c31de..85e4aae37ea5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Oliver Papst <opapst at ikp dot tu-darmstadt dot de>
pkgname=python-rootpy-git
-pkgver=r3965.457e0740
+pkgver=r4020.3926935e
pkgrel=1
pkgdesc="Pythonic interface with ROOT on top of the existing PyROOT bindings"
arch=('any')
@@ -12,7 +12,6 @@ depends=('python'
'root')
makedepends=('git' 'python-setuptools')
optdepends=('python-numpy: Increase speed'
- 'python-root_numpy: Increase speed'
'python-matplotlib: Plotting'
'python-pytables: HDF5 IO in rootpy.root2hdf5'
'readline: Roosh (interactive root shell)'