diff options
author | root <root@rshg054.dnsready.net> | 2012-04-05 00:01:23 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-05 00:01:23 +0000 |
commit | 608a49084f8c6599f8adef56b6c1480c3e293c04 (patch) | |
tree | b385b78ccb9657030d632f662b68a495286e9a55 /extra/libisofs | |
parent | 96deddcec133f85220a15d4c435004c577395169 (diff) |
Thu Apr 5 00:01:22 UTC 2012
Diffstat (limited to 'extra/libisofs')
-rw-r--r-- | extra/libisofs/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/libisofs/PKGBUILD b/extra/libisofs/PKGBUILD index 03db15e96..f17b3e795 100644 --- a/extra/libisofs/PKGBUILD +++ b/extra/libisofs/PKGBUILD @@ -1,19 +1,20 @@ -# $Id: PKGBUILD 147999 2012-01-29 15:58:31Z andyrtr $ +# $Id: PKGBUILD 155445 2012-04-03 18:03:38Z andyrtr $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Contributor: Hugo Doria <hugodoria@gmail.com> # Contributor: Bjorn Martensen pkgname=libisofs -pkgver=1.2.0 +pkgver=1.2.2 pkgrel=1 pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 disk image" arch=('i686' 'x86_64') url="http://libburnia.pykix.org/" license=('GPL') depends=('acl' 'zlib') -source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz) +source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig}) options=('!libtool') -md5sums=('dea7250f4ad917268810fc56bdcd92e4') +md5sums=('5d6bee8276b08019078c19d84ef5485b' + '8bac560e309b4f4ca60098742e53d1a3') build() { cd ${srcdir}/${pkgname}-${pkgver} |