mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/gnutls to 3.0.17-1
This commit is contained in:
parent
aa432b9ca0
commit
53960ea3cc
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
plugrel=1
|
||||
|
||||
pkgname=gnutls
|
||||
pkgver=3.0.15
|
||||
pkgver=3.0.17
|
||||
pkgrel=1
|
||||
pkgdesc="A library which provides a secure layer over a reliable transport layer"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -18,8 +18,8 @@ options=('!libtool' '!zipman')
|
|||
depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle>=2.4' 'p11-kit>=0.11')
|
||||
makedepends=('strace')
|
||||
source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.xz{,.sig})
|
||||
md5sums=('37bdac12b5c039c7a8738b5d85eda968'
|
||||
'594eb29cbc3147dc0b6b529ebe96bd33')
|
||||
md5sums=('5e87bd73a237749e2acbbb7161f11d5e'
|
||||
'28138f27cdc9e735b73955080c46c876')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue