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 1e90f530da23..306275735f81 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.12.1
+ pkgver = 0.12.3
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.12.1.zip
- sha256sums = fcb3d724fc17b569975bc8915308bd1cb9fbfe319be236829f39756108d45ae3
+ source = https://github.com/scikit-hep/awkward-array/archive/0.12.3.zip
+ sha256sums = 8854d4012a7f8126b35f7c2c5882efa9b2db2e13f76aadca96abd89c765790b7
pkgname = python2-awkward
diff --git a/PKGBUILD b/PKGBUILD
index b3c88c00c005..fc596c525539 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-awkward
_pkgname=awkward-array
-pkgver=0.12.1
+pkgver=0.12.3
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=('fcb3d724fc17b569975bc8915308bd1cb9fbfe319be236829f39756108d45ae3')
+sha256sums=('8854d4012a7f8126b35f7c2c5882efa9b2db2e13f76aadca96abd89c765790b7')
prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"