libarchive rebuild for akabei issues

This commit is contained in:
abveritas 2012-02-17 20:10:14 +00:00
parent a20baab00d
commit 60c20b6046

View File

@ -6,7 +6,7 @@
pkgname=libarchive
pkgver=2.8.4
pkgrel=4
pkgrel=5
pkgdesc="library that can create and read several streaming archive formats"
arch=(i686 x86_64)
url="http://libarchive.googlecode.com/"
@ -29,7 +29,7 @@ build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr --without-xml2
make || return 1
make
}
package() {