Date: Tuesday, September 6, 2011 @ 08:58:04 Author: dan Revision: 137188
upgpkg: libarchive 2.8.5-1 bump to 2.8.5 Modified: libarchive/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-09-06 12:52:46 UTC (rev 137187) +++ PKGBUILD 2011-09-06 12:58:04 UTC (rev 137188) @@ -2,28 +2,23 @@ # Maintainer: Dan McGee <[email protected]> # Maintainer: Aaron Griffin <[email protected]> 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') +md5sums=('9caf51dcf6213e9c9f5a1c27448b9c90') +sha256sums=('13993e0ffbd121ccda46ea226b1f8eac218de0fa8da7d8b1f998093d5c32a72d') -# 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') - # keep an upgrade path for older installations PKGEXT='.pkg.tar.gz' build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr --without-xml2 - make }
