From 52442b30a60f3a0dc7bc0eb214d123d001987c83 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 7 Sep 2011 15:14:25 +0000 Subject: Wed Sep 7 15:14:25 UTC 2011 --- core/libarchive/PKGBUILD | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'core/libarchive') diff --git a/core/libarchive/PKGBUILD b/core/libarchive/PKGBUILD index e01ef2861..218d6f3e1 100644 --- a/core/libarchive/PKGBUILD +++ b/core/libarchive/PKGBUILD @@ -1,21 +1,17 @@ -# $Id: PKGBUILD 96831 2010-10-25 06:09:56Z pierre $ +# $Id: PKGBUILD 137228 2011-09-06 21:10:41Z dan $ # Maintainer: Dan McGee # Maintainer: Aaron Griffin pkgname=libarchive -pkgver=2.8.4 -pkgrel=2 +pkgver=2.8.5 +pkgrel=1 pkgdesc="library that can create and read several streaming archive formats" arch=('i686' 'x86_64') url="http://libarchive.googlecode.com/" license=('BSD') depends=('zlib' 'bzip2' 'xz>=5.0.0' 'acl' 'openssl>=1.0.0' 'expat') source=("http://libarchive.googlecode.com/files/libarchive-${pkgver}.tar.gz") -md5sums=('83b237a542f27969a8d68ac217dc3796') -sha256sums=('86cffa3eaa28d3116f5d0b20284026c3762cf4a2b52b9844df2b494d4a89f688') - -# pacman.static build fails unless we keep the libtool files (or unless we link -# the missing symbols inside the libarchive .a static lib, but that is dirty) -options=('libtool') +md5sums=('9caf51dcf6213e9c9f5a1c27448b9c90') +sha256sums=('13993e0ffbd121ccda46ea226b1f8eac218de0fa8da7d8b1f998093d5c32a72d') # keep an upgrade path for older installations PKGEXT='.pkg.tar.gz' @@ -23,7 +19,6 @@ PKGEXT='.pkg.tar.gz' build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr --without-xml2 - make } -- cgit v1.2.3-54-g00ecf