diff options
author | root <root@rshg054.dnsready.net> | 2013-01-10 00:05:41 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-10 00:05:41 -0800 |
commit | e858862e8c8ed2f14352fe6305f64eae0e66d860 (patch) | |
tree | e20e83566248f43cdc3d877c27a456b1d09aa9e0 /extra/libisofs/PKGBUILD | |
parent | df5c50dd38ff67fd25c968d9ac33f9a52bc4583c (diff) |
Thu Jan 10 00:05:41 PST 2013
Diffstat (limited to 'extra/libisofs/PKGBUILD')
-rw-r--r-- | extra/libisofs/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libisofs/PKGBUILD b/extra/libisofs/PKGBUILD index a5cfd9def..ff7b25ebb 100644 --- a/extra/libisofs/PKGBUILD +++ b/extra/libisofs/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 163885 2012-07-21 12:12:07Z andyrtr $ +# $Id: PKGBUILD 174979 2013-01-09 20:11:39Z andyrtr $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Contributor: Hugo Doria <hugodoria@gmail.com> # Contributor: Bjorn Martensen pkgname=libisofs -pkgver=1.2.4 +pkgver=1.2.6 pkgrel=1 pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 disk image" arch=('i686' 'x86_64') @@ -13,8 +13,8 @@ license=('GPL') depends=('acl' 'zlib') source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig}) options=('!libtool') -md5sums=('0a86f2cda3b86fc95f7c0efbd793f373' - '8b997974f30da1b7a7f97563df4365a3') +md5sums=('e3b0eebd7523f64020178aaba5d71c88' + '5b8159f7c0cd39a3ce4bd74c4d91253a') build() { cd ${srcdir}/${pkgname}-${pkgver} |