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 f4fbd8cbf..ca76e08e4 100644
--- a/extra/libisofs/PKGBUILD
+++ b/extra/libisofs/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 127996 2011-06-20 16:06:57Z andyrtr $
+# $Id: PKGBUILD 131106 2011-07-10 16:11:07Z andyrtr $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Contributor: Hugo Doria <hugodoria@gmail.com>
# Contributor: Bjorn Martensen
pkgname=libisofs
-pkgver=1.1.0
+pkgver=1.1.2
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=('255395610e43c9dad7c8f1c03aba3844')
+md5sums=('6d504f2ab57046cb3e95b7d17fe00068')
build() {
cd ${srcdir}/${pkgname}-${pkgver}