summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Gizdov2019-04-16 21:21:36 +0300
committerKonstantin Gizdov2019-04-16 21:21:36 +0300
commit951cfb24d921727b9141c6b17c4aad5caf786f65 (patch)
tree1778a7c12d29e51eb4f4d0ce8e9b176e4de752bc /PKGBUILD
parent77dca37ff0f6317ce39195bb52f8b02a69a015bb (diff)
downloadaur-951cfb24d921727b9141c6b17c4aad5caf786f65.tar.gz
update to v3.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 788c429aafce..f894301abc5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-uproot
_pkgbase=uproot
pkgname=('python2-uproot' 'python-uproot')
-pkgver=3.4.18
+pkgver=3.5.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=('41cfc4c790153cb4a5c00b430c4a911768a20dd8d6dc020ad2122eb11c63f154')
+sha256sums=('5f9d1af19a94d0c517125fcdbd9b0dcd7745d5076ddca73b9c69fcdc0f27bd07')
prepare() {
cd "${srcdir}"