summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12020-06-01 04:16:08 +0800
committerChocobo12020-06-01 04:26:15 +0800
commitfd995df4d30a8e9ca9a665e5bcc6ee278d77bc83 (patch)
tree8c9e1c81638029f76bb1c5ca4bd7ab7022a5ef3f /PKGBUILD
parent0c87f383819f1de2cab0bdf744a11a679d1d5dc9 (diff)
downloadaur-fd995df4d30a8e9ca9a665e5bcc6ee278d77bc83.tar.gz
upgpkg: gnutls-git 3.6.13.r104.g52e78f1e3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25b08db6b68f..0e44d34bf7b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=gnutls-git
-pkgver=3.6.4.r103.gc7de377eb
+pkgver=3.6.13.r104.g52e78f1e3
pkgrel=1
pkgdesc="A secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them"
arch=('i686' 'x86_64')
@@ -24,8 +24,9 @@ pkgver() {
build() {
cd "gnutls"
- make autoreconf
- ./configure --prefix="/usr" \
+ ./bootstrap
+ ./configure \
+ --prefix="/usr" \
--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit" \
--disable-full-test-suite \
--disable-guile