summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12018-11-04 11:17:33 +0800
committerChocobo12018-11-04 11:30:06 +0800
commit0c87f383819f1de2cab0bdf744a11a679d1d5dc9 (patch)
treed3651316978b11a5cb8981e93492bdf3c97b1063
parent54cb214e21bb110f4c32e37f9cb2261cf3a02252 (diff)
downloadaur-0c87f383819f1de2cab0bdf744a11a679d1d5dc9.tar.gz
upgpkg: gnutls-git 3.6.4.r103.gc7de377eb-1
Temporary disable guile support until upstream fixes it.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD12
2 files changed, 4 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c95f7c4e284..600caaea562f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnutls-git
pkgdesc = A secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them
- pkgver = 3.6.4.r4.gc9c4523ea
+ pkgver = 3.6.4.r103.gc7de377eb
pkgrel = 1
url = https://www.gnutls.org/
arch = i686
@@ -19,7 +19,6 @@ pkgbase = gnutls-git
depends = p11-kit
depends = readline
depends = zlib
- optdepends = guile: for use with Guile bindings
provides = gnutls
conflicts = gnutls
source = git+https://gitlab.com/gnutls/gnutls.git
diff --git a/PKGBUILD b/PKGBUILD
index 49bcc93417fe..25b08db6b68f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=gnutls-git
-pkgver=3.6.4.r4.gc9c4523ea
+pkgver=3.6.4.r103.gc7de377eb
pkgrel=1
pkgdesc="A secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them"
arch=('i686' 'x86_64')
url="https://www.gnutls.org/"
license=('LGPL')
depends=('glibc' 'libidn2' 'libtasn1' 'libunistring' 'nettle' 'p11-kit' 'readline' 'zlib')
-optdepends=('guile: for use with Guile bindings')
makedepends=('git' 'autogen' 'gperf' 'rsync' 'wget')
provides=('gnutls')
conflicts=('gnutls')
@@ -28,16 +27,11 @@ build() {
make autoreconf
./configure --prefix="/usr" \
--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit" \
- --enable-guile --with-guile-site-dir=no
+ --disable-full-test-suite \
+ --disable-guile
make
}
-check() {
- cd "gnutls"
-
- #make check
-}
-
package() {
cd "gnutls"