diff options
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 6c315f1f3..da5ace494 100644 --- a/extra/libisofs/PKGBUILD +++ b/extra/libisofs/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 198189 2013-10-30 13:20:51Z allan $ +# $Id: PKGBUILD 201541 2013-12-14 08:40:10Z andyrtr $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Contributor: Hugo Doria <hugodoria@gmail.com> # Contributor: Bjorn Martensen pkgname=libisofs -pkgver=1.3.2 +pkgver=1.3.4 pkgrel=1 pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 disk image" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ url="http://libburnia-project.org" license=('GPL') depends=('acl' 'zlib') source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig}) -md5sums=('3dfdaaf964ed7a779bc23de50c5f2175' +md5sums=('dcd2cb0485579b4973e4ce7291fda647' 'SKIP') build() { |