summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4947ef5430d..5df82d3ec539 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.15
+ pkgver = 3.4.18
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.15.zip
- sha256sums = 4d79f1d464ae7a85ddef425e5191b72f5ad7761e06ed777e36acd31e1a6cedb9
+ source = https://github.com/scikit-hep/uproot/archive/3.4.18.zip
+ sha256sums = 41cfc4c790153cb4a5c00b430c4a911768a20dd8d6dc020ad2122eb11c63f154
pkgname = python2-uproot
depends = python2-awkward
diff --git a/PKGBUILD b/PKGBUILD
index 2e72e9fd301c..788c429aafce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-uproot
_pkgbase=uproot
pkgname=('python2-uproot' 'python-uproot')
-pkgver=3.4.15
+pkgver=3.4.18
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=('4d79f1d464ae7a85ddef425e5191b72f5ad7761e06ed777e36acd31e1a6cedb9')
+sha256sums=('41cfc4c790153cb4a5c00b430c4a911768a20dd8d6dc020ad2122eb11c63f154')
prepare() {
cd "${srcdir}"