summaryrefslogtreecommitdiff
path: root/extra/libisofs
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-14 23:26:00 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-14 23:26:00 -0300
commita4f85b5a8c5460995c83445460351846cde419f8 (patch)
tree2c13819f471dca50955bddeadbf940ff3631c1e2 /extra/libisofs
parent6d90f2496f41209ab84d8b61d20b4d79d632ec7d (diff)
parente69c538fc7af5a9861c7688dd15913082d978180 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/calibre/PKGBUILD extra/ggz-client-libs/PKGBUILD extra/libggz/PKGBUILD
Diffstat (limited to 'extra/libisofs')
-rw-r--r--extra/libisofs/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libisofs/PKGBUILD b/extra/libisofs/PKGBUILD
index 6852860be..cdb51f1cb 100644
--- a/extra/libisofs/PKGBUILD
+++ b/extra/libisofs/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 119045 2011-04-10 17:31:05Z andyrtr $
+# $Id: PKGBUILD 123808 2011-05-13 10:30:31Z andyrtr $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Contributor: Hugo Doria <hugodoria@gmail.com>
# Contributor: Bjorn Martensen
pkgname=libisofs
-pkgver=1.0.6
+pkgver=1.0.8
pkgrel=1
pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 disk image"
arch=('i686' 'x86_64' 'mips64el')
@@ -13,7 +13,7 @@ license=('GPL')
depends=('acl' 'zlib')
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
options=('!libtool')
-md5sums=('85b8d2c9e378dc01c4b6039bcc1c6b43')
+md5sums=('b404e1deeee000d90efbf8ed60360412')
build() {
cd ${srcdir}/${pkgname}-${pkgver}