diff options
Diffstat (limited to 'extra/libzip/PKGBUILD')
-rw-r--r-- | extra/libzip/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libzip/PKGBUILD b/extra/libzip/PKGBUILD index c970e31d4..e669c5e41 100644 --- a/extra/libzip/PKGBUILD +++ b/extra/libzip/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 154546 2012-03-30 00:01:03Z eric $ +# $Id: PKGBUILD 181869 2013-04-05 03:45:55Z eric $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Tobias Powalowski <tpowa@archlinux.org> pkgname=libzip -pkgver=0.10.1 +pkgver=0.11 pkgrel=1 pkgdesc="A C library for reading, creating, and modifying zip archives" url="http://www.nih.at/libzip/index.html" @@ -11,9 +11,9 @@ license=('BSD') arch=('i686' 'x86_64' 'mips64el') depends=('zlib') options=('!libtool') -source=("http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.bz2" +source=("http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.xz" 'fix-headers.patch') -md5sums=('d3e933ae049204badccf605f20aaecde' +md5sums=('9fb13212011721983fe7119393565533' '249395bd3a426c4c4e993e9d4753e1dd') build() { |