summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f894301abc5a..cc23e36ca705 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@ pkgbase=python-uproot
_pkgbase=uproot
pkgname=('python2-uproot' 'python-uproot')
pkgver=3.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Minimalist CERN ROOT I/O in pure Python and Numpy"
arch=('any')
makedepends=('python2-cachetools' 'python2-setuptools' 'python2-pytest-runner'
'python-cachetools' 'python-setuptools' 'python-pytest-runner')
-checkdepends=('python2-pandas'
- 'python-pandas')
+checkdepends=('python2-pandas' 'python2-uproot-methods'
+ 'python-pandas' 'python-uproot-methods')
url="https://github.com/scikit-hep/uproot"
license=('BSD')