Date: Tuesday, July 6, 2010 @ 09:24:34 Author: dan Revision: 85003 verbump 2.8.4
Modified: libarchive/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-07-06 08:59:46 UTC (rev 85002) +++ PKGBUILD 2010-07-06 13:24:34 UTC (rev 85003) @@ -2,15 +2,16 @@ # Maintainer: Dan McGee <[email protected]> # Maintainer: Aaron Griffin <[email protected]> pkgname=libarchive -pkgver=2.8.3 -pkgrel=3 +pkgver=2.8.4 +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' 'acl' 'openssl>=1.0.0' 'expat') source=("http://libarchive.googlecode.com/files/libarchive-${pkgver}.tar.gz") -md5sums=('fe8d917e101d4b37580124030842a1d0') +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)
