summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorKonstantin Gizdov2018-06-29 17:45:23 +0200
committerKonstantin Gizdov2018-06-29 17:45:23 +0200
commit773a53a3efdd51d57a4d6e40d5ef2430e10b72a2 (patch)
treeb47b44ef36cfe5f31892379b2bd99349f0931aac /.SRCINFO
parent1334d73c56662584eab8d55145a3edf003b80f0d (diff)
downloadaur-773a53a3efdd51d57a4d6e40d5ef2430e10b72a2.tar.gz
fix python2-futures naming
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO4
1 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ba2a1106ae1..697cf60c46f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-uproot
pkgdesc = Minimalist CERN ROOT I/O in pure Python and Numpy
pkgver = 2.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/scikit-hep/uproot
arch = any
license = BSD
@@ -11,7 +11,7 @@ pkgbase = python-uproot
pkgname = python2-uproot
depends = python2-numpy
- optdepends = futures: Python2 parallel processing
+ optdepends = python2-futures: Python2 parallel processing
optdepends = lz4: compression used by some ROOT files
optdepends = xrootd: access remote files over XRootD
optdepends = xz: compression used by some ROOT files