diff options
author | root <root@rshg054.dnsready.net> | 2013-03-21 00:05:31 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-21 00:05:31 -0700 |
commit | 76b6359ba6b2c7cce2f0b0725c7ecd831563cabf (patch) | |
tree | c0094f3f2750cc09b0e7bdce9a50af03858ddd51 /extra/libisofs | |
parent | 3cdbec41955c7232e91ef149f77ce9ed215a10fa (diff) |
Thu Mar 21 00:05:30 PDT 2013
Diffstat (limited to 'extra/libisofs')
-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 ff7b25ebb..e207c3ec4 100644 --- a/extra/libisofs/PKGBUILD +++ b/extra/libisofs/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 174979 2013-01-09 20:11:39Z andyrtr $ +# $Id: PKGBUILD 180385 2013-03-20 20:56:10Z andyrtr $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Contributor: Hugo Doria <hugodoria@gmail.com> # Contributor: Bjorn Martensen pkgname=libisofs -pkgver=1.2.6 +pkgver=1.2.8 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=('e3b0eebd7523f64020178aaba5d71c88' - '5b8159f7c0cd39a3ce4bd74c4d91253a') +md5sums=('9d3515929b80a08daa6423b8312be8c1' + 'f30c694e856d9c44df864b30b2139000') build() { cd ${srcdir}/${pkgname}-${pkgver} |