summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Gizdov2018-10-23 18:28:42 +0100
committerKonstantin Gizdov2018-10-23 18:28:42 +0100
commita71f22de32e9d47eee4c17959d160e7d30056138 (patch)
treeb6b5efb63d94c169e7f84f742e3189c2c85e62e6
parent23f6a94f46d447521f9683bfcc8d1431fc0010ed (diff)
downloadaur-a71f22de32e9d47eee4c17959d160e7d30056138.tar.gz
update to v3.2.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66a28c981820..f1322a9791b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-uproot
pkgdesc = Minimalist CERN ROOT I/O in pure Python and Numpy
- pkgver = 3.2.3
+ pkgver = 3.2.6
pkgrel = 1
url = https://github.com/scikit-hep/uproot
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-uproot
makedepends = python-setuptools
makedepends = python-numpy
options = !emptydirs
- source = https://github.com/scikit-hep/uproot/archive/3.2.3.zip
- sha256sums = 451909c19226be2d73e129e6f074c4fee249fdc43603e6ee2f6b015a9ded0b45
+ source = https://github.com/scikit-hep/uproot/archive/3.2.6.zip
+ sha256sums = 26920383e5e23b7388a9a3c6c457090b239d324485b5204f01d52893ee06bb7a
pkgname = python2-uproot
depends = python2-awkward-array
diff --git a/PKGBUILD b/PKGBUILD
index 48482f6e9efc..b666b00ead02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-uproot
_pkgbase=uproot
pkgname=('python2-uproot' 'python-uproot')
-pkgver=3.2.3
+pkgver=3.2.6
pkgrel=1
pkgdesc="Minimalist CERN ROOT I/O in pure Python and Numpy"
arch=('any')
@@ -14,7 +14,7 @@ license=('BSD')
options=(!emptydirs)
source=("https://github.com/scikit-hep/${_pkgbase}/archive/${pkgver}.zip")
-sha256sums=('451909c19226be2d73e129e6f074c4fee249fdc43603e6ee2f6b015a9ded0b45')
+sha256sums=('26920383e5e23b7388a9a3c6c457090b239d324485b5204f01d52893ee06bb7a')
prepare() {
cd "${srcdir}"