summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Gizdov2019-04-16 21:21:36 +0300
committerKonstantin Gizdov2019-04-16 21:21:36 +0300
commit951cfb24d921727b9141c6b17c4aad5caf786f65 (patch)
tree1778a7c12d29e51eb4f4d0ce8e9b176e4de752bc
parent77dca37ff0f6317ce39195bb52f8b02a69a015bb (diff)
downloadaur-951cfb24d921727b9141c6b17c4aad5caf786f65.tar.gz
update to v3.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5df82d3ec539..77154735d588 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.4.18
+ pkgver = 3.5.0
pkgrel = 1
url = https://github.com/scikit-hep/uproot
arch = any
@@ -13,8 +13,8 @@ pkgbase = python-uproot
makedepends = python-cachetools
makedepends = python-setuptools
makedepends = python-pytest-runner
- source = https://github.com/scikit-hep/uproot/archive/3.4.18.zip
- sha256sums = 41cfc4c790153cb4a5c00b430c4a911768a20dd8d6dc020ad2122eb11c63f154
+ source = https://github.com/scikit-hep/uproot/archive/3.5.0.zip
+ sha256sums = 5f9d1af19a94d0c517125fcdbd9b0dcd7745d5076ddca73b9c69fcdc0f27bd07
pkgname = python2-uproot
depends = python2-awkward
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}"