summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12018-09-28 09:57:10 +0800
committerChocobo12018-09-28 09:57:10 +0800
commit54cb214e21bb110f4c32e37f9cb2261cf3a02252 (patch)
treebd1f97bd8fba14187c8bee27240b167a9bf3144c
parenta1bc68cedd6cc265bfff3d0dc0578be277ff2ef2 (diff)
downloadaur-54cb214e21bb110f4c32e37f9cb2261cf3a02252.tar.gz
upgpkg: gnutls-git 3.6.4.r4.gc9c4523ea-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ed261b84728..1c95f7c4e284 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,16 @@
pkgbase = gnutls-git
pkgdesc = A secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them
- pkgver = 3.6.0.1.r11.g2b29963b5
- pkgrel = 2
+ pkgver = 3.6.4.r4.gc9c4523ea
+ pkgrel = 1
url = https://www.gnutls.org/
arch = i686
arch = x86_64
license = LGPL
makedepends = git
+ makedepends = autogen
+ makedepends = gperf
+ makedepends = rsync
+ makedepends = wget
depends = glibc
depends = libidn2
depends = libtasn1
diff --git a/PKGBUILD b/PKGBUILD
index 67d01f9dec5f..49bcc93417fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=gnutls-git
-pkgver=3.6.0.1.r11.g2b29963b5
-pkgrel=2
+pkgver=3.6.4.r4.gc9c4523ea
+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')
+makedepends=('git' 'autogen' 'gperf' 'rsync' 'wget')
provides=('gnutls')
conflicts=('gnutls')
source=("git+https://gitlab.com/gnutls/gnutls.git")