summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12019-12-31 00:19:23 +0800
committerChocobo12019-12-31 00:19:23 +0800
commit54df3aa70d568034e9e96d0c974641fb1611e63c (patch)
tree03d0c150d30ca388a89f525c1dbf1837443ccc01 /PKGBUILD
parent93d53740c1e26fb16957ee5ccc961899a0818b1f (diff)
downloadaur-54df3aa70d568034e9e96d0c974641fb1611e63c.tar.gz
upgpkg: libarchive-git 3.4.1.r1.gded60625-2
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
}