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 95d0aeadf557..d35ba472dbaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=('python-snappy')
-pkgver='0.5.1'
+pkgver='0.5.4'
pkgrel=1
pkgdesc="Python bindings for the snappy compression library."
url="https://github.com/andrix/python-snappy"
@@ -9,7 +9,7 @@ license=('BSD')
arch=('i686' 'x86_64')
source=("https://github.com/andrix/python-snappy/archive/$pkgver.tar.gz"
"LICENSE")
-sha256sums=('cf530b5a3e05e220003cdaf09150b56620c12a6e28557def9bbf01989e193931'
+sha256sums=('92fddfe0ea42c0011227850ee545081975ffe9de5da339d437a178e8015206e9'
'd007cb05f143d99d16d5cd0d1bf291daf037adb36800344e440ec26edb938f9a')
build() {