summaryrefslogtreecommitdiff
path: root/extra/libisofs/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libisofs/PKGBUILD')
-rw-r--r--extra/libisofs/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libisofs/PKGBUILD b/extra/libisofs/PKGBUILD
index 7bbee2367..c3cfed509 100644
--- a/extra/libisofs/PKGBUILD
+++ b/extra/libisofs/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 135158 2011-08-10 16:31:59Z andyrtr $
+# $Id: PKGBUILD 140469 2011-10-15 09:31:03Z andyrtr $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Contributor: Hugo Doria <hugodoria@gmail.com>
# Contributor: Bjorn Martensen
pkgname=libisofs
-pkgver=1.1.4
+pkgver=1.1.6
pkgrel=1
pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 disk image"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=('GPL')
depends=('acl' 'zlib')
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
options=('!libtool')
-md5sums=('2bdfda5f47fc986230efe8d05c463d52')
+md5sums=('2f6088ba9ae7ed6cc91a51d2b6f2dfa0')
build() {
cd ${srcdir}/${pkgname}-${pkgver}