diff options
author | root <root@rshg054.dnsready.net> | 2013-05-19 01:31:03 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-19 01:31:03 -0700 |
commit | 9a30c3d0083b8330b1aa6c0f89245e68ae762ee5 (patch) | |
tree | d7249e7354a9daabdf75f5c25da47363d35f15a6 /extra/libisofs/PKGBUILD | |
parent | 4e1091baf58d4d28f6bf3cc4fee8ea0bfd10a7a8 (diff) |
Sun May 19 01:30:44 PDT 2013
Diffstat (limited to 'extra/libisofs/PKGBUILD')
-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 e207c3ec4..31554e21a 100644 --- a/extra/libisofs/PKGBUILD +++ b/extra/libisofs/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 180385 2013-03-20 20:56:10Z andyrtr $ +# $Id: PKGBUILD 185768 2013-05-18 14:55:44Z andyrtr $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Contributor: Hugo Doria <hugodoria@gmail.com> # Contributor: Bjorn Martensen pkgname=libisofs -pkgver=1.2.8 +pkgver=1.3.0 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=('9d3515929b80a08daa6423b8312be8c1' - 'f30c694e856d9c44df864b30b2139000') +md5sums=('5ab9f4a57d3c815d1183cbf49ce86a9e' + 'SKIP') build() { cd ${srcdir}/${pkgname}-${pkgver} |