mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/gnutls to 3.0.20-1
This commit is contained in:
parent
be57695ab7
commit
ce5bcdc189
1 changed files with 3 additions and 5 deletions
|
@ -4,10 +4,8 @@
|
|||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - removed makedepends on valgrind - v5 doesn't play that game
|
||||
|
||||
plugrel=1
|
||||
|
||||
pkgname=gnutls
|
||||
pkgver=3.0.19
|
||||
pkgver=3.0.20
|
||||
pkgrel=1
|
||||
pkgdesc="A library which provides a secure layer over a reliable transport layer"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -18,8 +16,8 @@ options=('!libtool' '!zipman')
|
|||
depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle>=2.4' 'p11-kit>=0.12')
|
||||
makedepends=('strace')
|
||||
source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.xz{,.sig})
|
||||
md5sums=('05e85d18955edd5c0fe40fbb7ef168bd'
|
||||
'52c7b7ecf7032322321bf667d86eb084')
|
||||
md5sums=('1e9322764f4531b00b4a46a5d634695e'
|
||||
'efc0ac29d46219aa75f08f57ba679776')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue