summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Gizdov2019-07-14 22:52:49 +0300
committerKonstantin Gizdov2019-07-14 22:52:49 +0300
commitf43eb235e50b3f69bdae21684674a80396c59569 (patch)
tree95dc70b026804086cb7844ad0e0e3ab632db8743
parent79d6429d564de9bbf87a130d29ff77e2813f10cb (diff)
downloadaur-f43eb235e50b3f69bdae21684674a80396c59569.tar.gz
update to v0.12.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d59bbcd647a8..1e90f530da23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-awkward
pkgdesc = Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy
- pkgver = 0.11.1
+ pkgver = 0.12.1
pkgrel = 1
url = https://github.com/scikit-hep/awkward-array
arch = any
@@ -9,8 +9,8 @@ pkgbase = python2-awkward
makedepends = python2-pytest-runner
makedepends = python2-setuptools
depends = python2-numpy
- source = https://github.com/scikit-hep/awkward-array/archive/0.11.1.zip
- sha256sums = 6cd10a33b4b1feb805a5bd7ffdcdfb49bb31740263171a77bb03913fe7c81614
+ source = https://github.com/scikit-hep/awkward-array/archive/0.12.1.zip
+ sha256sums = fcb3d724fc17b569975bc8915308bd1cb9fbfe319be236829f39756108d45ae3
pkgname = python2-awkward
diff --git a/PKGBUILD b/PKGBUILD
index 9ab22ce62304..b3c88c00c005 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-awkward
_pkgname=awkward-array
-pkgver=0.11.1
+pkgver=0.12.1
pkgrel=1
pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
arch=('any')
@@ -12,7 +12,7 @@ depends=('python2-numpy')
makedepends=('python2-pytest-runner' 'python2-setuptools')
checkdepends=('python2-h5py')
source=("${url}/archive/${pkgver}.zip")
-sha256sums=('6cd10a33b4b1feb805a5bd7ffdcdfb49bb31740263171a77bb03913fe7c81614')
+sha256sums=('fcb3d724fc17b569975bc8915308bd1cb9fbfe319be236829f39756108d45ae3')
prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"