summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-11-13 14:03:16 -0500
committerGuillaume Horel2019-11-13 14:03:16 -0500
commit10d3f696380055ae78a2cd1a85407508ce810b2c (patch)
tree2a328be48cbc076f4e293ffbeac1c0924f28c46a
parentae981024c10bf1e8953acff1b96f0433b3fc66dd (diff)
downloadaur-10d3f696380055ae78a2cd1a85407508ce810b2c.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e30dd689c63..bdccfa844aea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-zstandard
pkgdesc = Python bindings to the Zstandard (zstd) compression library
- pkgver = 0.11.1
+ pkgver = 0.12.0
pkgrel = 1
url = https://github.com/indygreg/python-zstandard
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = python-zstandard
makedepends = python-setuptools
depends = python
optdepends = python-cffi
- source = https://github.com/indygreg/python-zstandard/archive/0.11.1.tar.gz
- sha256sums = 2df90698e22f0da49cdd360438479f363e58eb8c3ac6e8bac84d831cf8e7baf4
+ source = https://github.com/indygreg/python-zstandard/archive/0.12.0.tar.gz
+ sha256sums = f814f5528c57f010498a8251c3400f87d1fb34fa164390d49d3701de3ef001cd
pkgname = python-zstandard
diff --git a/PKGBUILD b/PKGBUILD
index 849f2f6e42f3..232322eac2d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=('python-zstandard')
_pkgname='zstandard'
-pkgver='0.11.1'
+pkgver='0.12.0'
pkgrel=1
pkgdesc="Python bindings to the Zstandard (zstd) compression library"
url="https://github.com/indygreg/python-zstandard"
@@ -13,7 +13,7 @@ optdepends=('python-cffi')
license=('BSD')
arch=('x86_64')
source=("https://github.com/indygreg/python-zstandard/archive/$pkgver.tar.gz")
-sha256sums=('2df90698e22f0da49cdd360438479f363e58eb8c3ac6e8bac84d831cf8e7baf4')
+sha256sums=('f814f5528c57f010498a8251c3400f87d1fb34fa164390d49d3701de3ef001cd')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"