diff options
Diffstat (limited to 'extra/libisofs/PKGBUILD')
-rw-r--r-- | extra/libisofs/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libisofs/PKGBUILD b/extra/libisofs/PKGBUILD index 25415147c..688c58d4a 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') @@ -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} |