mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/gnutls to 3.0.11-1
This commit is contained in:
parent
742b281507
commit
c66e7cb8f2
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
plugrel=1
|
||||
|
||||
pkgname=gnutls
|
||||
pkgver=3.0.10
|
||||
pkgver=3.0.11
|
||||
pkgrel=1
|
||||
pkgdesc="A library which provides a secure layer over a reliable transport layer"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -17,7 +17,7 @@ install=gnutls.install
|
|||
options=('!libtool' '!zipman')
|
||||
depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle>=2.4' 'p11-kit')
|
||||
source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.xz)
|
||||
md5sums=('6d92a1e154833a70a21e771f41e5c512')
|
||||
md5sums=('ca3370b39f7910538a0d6c02bec7a142')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue