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 3108cdc07193..ce9540da9b3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
pkgname=lzlib
-pkgver=1.6
+pkgver=1.7
pkgrel=1
pkgdesc="A library providing in-memory LZMA compression and decompression functions"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('gcc-libs')
options=('!emptydirs')
install=$pkgname.install
source=(http://download.savannah.gnu.org/releases/lzip/lzlib/$pkgname-$pkgver.tar.gz)
-sha256sums=('c187ef5ffa9ffb01abaec667dda4d8c8b378291c68ad094c63bd75ee049e4780')
+sha256sums=('88c919dbb16a8b5409fc8ccec31d3c604551d73e84cec8c964fd639452536214')
build() {
cd "${srcdir}"/$pkgname-$pkgver