summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThermi2016-01-08 15:07:22 +0100
committerThermi2016-01-08 15:07:22 +0100
commitec38f525a7e60761d1f74bec23248ff5ef5a24d1 (patch)
tree89be29d657445748dd65a6f3b48183de5098526a /PKGBUILD
parentae2eb0a68203f7966fd1b72872dc317f85e22f2f (diff)
downloadaur-ec38f525a7e60761d1f74bec23248ff5ef5a24d1.tar.gz
libqcow: Upgrade to 20160108
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f7031f36220..21e0cfcfbdfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: David McIlwraith <archaios at archaios dot net>
pkgname=libqcow
-pkgver=20151219
+pkgver=20160108
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=('d01e135f2ab26881b68881d8c173ed7ffb857648cd93551276ef9c808c99925f')
+sha256sums=('57c2b814e6b1bc957c2f1e56f126bd15bcf44c6fe1aa82227cf2cb63d68d2624')
build(){
cd $srcdir/$pkgname-$pkgver