summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c921173c5125..959a685bba71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=libarchive-git
pkgver=3.4.1.r1.gded60625
-pkgrel=1
+pkgrel=2
pkgdesc="Multi-format archive and compression library"
arch=('i686' 'x86_64')
url="https://libarchive.org/"
@@ -29,8 +29,8 @@ build() {
build/autogen.sh
./configure \
--prefix="/usr" \
- --without-xml2 \
--without-nettle \
+ --without-xml2
make
}