diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-19 11:02:18 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-19 11:02:18 +0200 |
commit | 4f22a5c482279b73ed0140e8962f75169f9b3e57 (patch) | |
tree | 1369f17af7242f30a62b7ffbacd138a7978821fd /extra/libisofs/PKGBUILD | |
parent | 63b47d2adad6c3c625196b2717bbd42283e9bb79 (diff) | |
parent | 9a30c3d0083b8330b1aa6c0f89245e68ae762ee5 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/libgdamm/PKGBUILD
community/mingetty/PKGBUILD
extra/cups/PKGBUILD
extra/xorg-appres/PKGBUILD
extra/xorg-xrefresh/PKGBUILD
extra/xorg-xwininfo/PKGBUILD
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 9faf3acd4..2700c317f 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' 'mips64el') @@ -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} |