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 21e0cfcfbdfc..f8f7d98665d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: David McIlwraith <archaios at archaios dot net>
pkgname=libqcow
-pkgver=20160108
+pkgver=20160123
pkgrel=1
pkgdesc="Library and tools to support QEMU copy-on-write image format (QCOW, QCOW2), including a FUSE-based mount utility"
url="https://github.com/libyal/libqcow/"
@@ -9,7 +9,7 @@ license=('LGPL3')
depends=('fuse' 'openssl')
makedepends=('zlib' 'openssl' 'python')
source=("https://github.com/libyal/libqcow/archive/$pkgver.tar.gz")
-sha256sums=('57c2b814e6b1bc957c2f1e56f126bd15bcf44c6fe1aa82227cf2cb63d68d2624')
+sha256sums=('1294e2e08979f388360a85ef56db5b580da75f882148f868ac7a6f87b31907ba')
build(){
cd $srcdir/$pkgname-$pkgver