summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThermi2015-12-19 22:07:38 +0100
committerThermi2015-12-19 22:07:38 +0100
commitae2eb0a68203f7966fd1b72872dc317f85e22f2f (patch)
tree7106932e4a17b070df655c6524306e0e620c5bee
parentc2477d0f2f9bf897eabc93e00960b633eb6d5320 (diff)
downloadaur-ae2eb0a68203f7966fd1b72872dc317f85e22f2f.tar.gz
libqcow: Bump to PKGVER 20151219
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16853217ce6e..39c36349d8e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Dec 19 21:07:34 UTC 2015
pkgbase = libqcow
pkgdesc = Library and tools to support QEMU copy-on-write image format (QCOW, QCOW2), including a FUSE-based mount utility
- pkgver = 20150105
+ pkgver = 20151219
pkgrel = 1
url = https://github.com/libyal/libqcow/
arch = i686
@@ -11,8 +13,8 @@ pkgbase = libqcow
makedepends = python
depends = fuse
depends = openssl
- source = https://github.com/libyal/libqcow/archive/20150105.tar.gz
- sha256sums = 1c93bb151506ecaf7a681a24444f2538f6541b700f4a29f39d536dc988895789
+ source = https://github.com/libyal/libqcow/archive/20151219.tar.gz
+ sha256sums = d01e135f2ab26881b68881d8c173ed7ffb857648cd93551276ef9c808c99925f
pkgname = libqcow
diff --git a/PKGBUILD b/PKGBUILD
index 4c90e9bb5431..2f7031f36220 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: David McIlwraith <archaios at archaios dot net>
pkgname=libqcow
-pkgver=20150105
+pkgver=20151219
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=('1c93bb151506ecaf7a681a24444f2538f6541b700f4a29f39d536dc988895789')
+sha256sums=('d01e135f2ab26881b68881d8c173ed7ffb857648cd93551276ef9c808c99925f')
build(){
cd $srcdir/$pkgname-$pkgver