summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Gizdov2019-04-29 16:48:31 +0300
committerKonstantin Gizdov2019-04-29 16:48:31 +0300
commit31d059c12806a8c1d050cf0f14277da6114c42a8 (patch)
tree038b97c1ffca70586240ca24efca7190fb63d53c
parentf9e8b62f2fa853a680948e911b8fb3eb9fb4a6d0 (diff)
downloadaur-31d059c12806a8c1d050cf0f14277da6114c42a8.tar.gz
update to v3.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82a8e7f3726c..bba9a49448a8 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.5.0
+ pkgver = 3.5.1
pkgrel = 2
url = https://github.com/scikit-hep/uproot
arch = any
@@ -15,8 +15,8 @@ pkgbase = python-uproot
makedepends = python-cachetools
makedepends = python-setuptools
makedepends = python-pytest-runner
- source = https://github.com/scikit-hep/uproot/archive/3.5.0.zip
- sha256sums = 5f9d1af19a94d0c517125fcdbd9b0dcd7745d5076ddca73b9c69fcdc0f27bd07
+ source = https://github.com/scikit-hep/uproot/archive/3.5.1.zip
+ sha256sums = 4f96c858b5a6d22ed4fd0b5a0f4c038d664d2a078aa825800355eca968061b6c
pkgname = python2-uproot
depends = python2-awkward
diff --git a/PKGBUILD b/PKGBUILD
index cc23e36ca705..997ab72d7dcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-uproot
_pkgbase=uproot
pkgname=('python2-uproot' 'python-uproot')
-pkgver=3.5.0
+pkgver=3.5.1
pkgrel=2
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=('5f9d1af19a94d0c517125fcdbd9b0dcd7745d5076ddca73b9c69fcdc0f27bd07')
+sha256sums=('4f96c858b5a6d22ed4fd0b5a0f4c038d664d2a078aa825800355eca968061b6c')
prepare() {
cd "${srcdir}"