diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-06 03:42:24 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-06 03:42:24 +0000 |
commit | c183da9d3df5445f5021cd6563012ba2abfc393e (patch) | |
tree | 825211c0af8ca26a450f4bdeeb58ccfbb88e13df /extra/libisofs/PKGBUILD | |
parent | 4f7963b7ddc283ae57ceb68e7f4d51b3994e0070 (diff) |
Thu Mar 6 03:38:39 UTC 2014
Diffstat (limited to 'extra/libisofs/PKGBUILD')
-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 da5ace494..56d9afef6 100644 --- a/extra/libisofs/PKGBUILD +++ b/extra/libisofs/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 201541 2013-12-14 08:40:10Z andyrtr $ +# $Id: PKGBUILD 206901 2014-03-05 17:56:57Z andyrtr $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Contributor: Hugo Doria <hugodoria@gmail.com> # Contributor: Bjorn Martensen pkgname=libisofs -pkgver=1.3.4 +pkgver=1.3.6 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=('dcd2cb0485579b4973e4ce7291fda647' +md5sums=('11c2df00bf02015c28606a37ee839367' 'SKIP') build() { |