summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Gizdov2019-08-17 17:21:55 +0300
committerKonstantin Gizdov2019-08-17 17:21:55 +0300
commitc69cb1148b94391cb1056da7e423af20ea2f11fd (patch)
tree5acbbe4d4ccb702c891b5dea0033f15d338d43f6
parentefc6a1ed68a7a102b106477cc4ac1ae3d4bac29d (diff)
downloadaur-c69cb1148b94391cb1056da7e423af20ea2f11fd.tar.gz
update to v3.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec84b5c18083..d1409eeb362c 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.8.0
+ pkgver = 3.9.0
pkgrel = 1
url = https://github.com/scikit-hep/uproot
arch = any
@@ -21,8 +21,8 @@ pkgbase = python-uproot
makedepends = python-cachetools
makedepends = python-setuptools
makedepends = python-pytest-runner
- source = https://github.com/scikit-hep/uproot/archive/3.8.0.zip
- sha256sums = 166e9eab5a58f0652ff2aecb19099f4597b79f6622756dc382087f4d1e166657
+ source = https://github.com/scikit-hep/uproot/archive/3.9.0.zip
+ sha256sums = 90fb91ebea85e26e7a9a6bf68f69081590fa0a15f0129066ff2a30bf9073f549
pkgname = python2-uproot
depends = python2-awkward
diff --git a/PKGBUILD b/PKGBUILD
index c68095ce93ad..a9a501e85eaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-uproot
_pkgbase=uproot
pkgname=('python2-uproot' 'python-uproot')
-pkgver=3.8.0
+pkgver=3.9.0
pkgrel=1
pkgdesc="Minimalist CERN ROOT I/O in pure Python and Numpy"
arch=('any')
@@ -15,7 +15,7 @@ url="https://github.com/scikit-hep/uproot"
license=('BSD')
source=("${url}/archive/${pkgver}.zip")
-sha256sums=('166e9eab5a58f0652ff2aecb19099f4597b79f6622756dc382087f4d1e166657')
+sha256sums=('90fb91ebea85e26e7a9a6bf68f69081590fa0a15f0129066ff2a30bf9073f549')
prepare() {
cd "${srcdir}"