summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 869b51e8836e..31c04c28145f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Bhoppi Chaw <bhoppi#outlook,com>
pkgname=bloscpack
-pkgver=0.12.0
+pkgver=0.13.0
pkgrel=1
pkgdesc='command line interface to and serialization format for Blosc.'
arch=(any)
@@ -9,7 +9,7 @@ url='https://github.com/Blosc/bloscpack'
license=(MIT)
depends=(python-blosc python-numpy python-six)
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/bloscpack/archive/v${pkgver}.tar.gz)
-sha256sums=('572f4715dba434597425e02e09348110ac7ee3e32e2a75266cdde798ab0416cd')
+sha256sums=('c4318200ff8847036af1d0abe981ba7c85aecc2fa915cfe0c11572744a769aea')
build() {
cd ${pkgname}-${pkgver}