diff options
author | root <root@rshg054.dnsready.net> | 2012-01-30 23:15:09 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-01-30 23:15:09 +0000 |
commit | 902eddd7e029eda6fc1c668b31e696c6ca3edbc7 (patch) | |
tree | 7daed2a9811a9c58333dafddaa471222520022b0 /extra/libisofs | |
parent | 39711f3264d3b9de2ff6392649274d6333932457 (diff) |
Mon Jan 30 23:15:08 UTC 2012
Diffstat (limited to 'extra/libisofs')
-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 c3cfed509..03db15e96 100644 --- a/extra/libisofs/PKGBUILD +++ b/extra/libisofs/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 140469 2011-10-15 09:31:03Z andyrtr $ +# $Id: PKGBUILD 147999 2012-01-29 15:58:31Z andyrtr $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Contributor: Hugo Doria <hugodoria@gmail.com> # Contributor: Bjorn Martensen pkgname=libisofs -pkgver=1.1.6 +pkgver=1.2.0 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=('2f6088ba9ae7ed6cc91a51d2b6f2dfa0') +md5sums=('dea7250f4ad917268810fc56bdcd92e4') build() { cd ${srcdir}/${pkgname}-${pkgver} |