mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/gnutls to 3.0.21-2
This commit is contained in:
parent
faa915b44f
commit
55ffc6bd07
1 changed files with 2 additions and 2 deletions
|
@ -6,14 +6,14 @@
|
||||||
|
|
||||||
pkgname=gnutls
|
pkgname=gnutls
|
||||||
pkgver=3.0.21
|
pkgver=3.0.21
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A library which provides a secure layer over a reliable transport layer"
|
pkgdesc="A library which provides a secure layer over a reliable transport layer"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
license=('GPL3' 'LGPL')
|
license=('GPL3' 'LGPL')
|
||||||
url="http://www.gnu.org/software/gnutls/"
|
url="http://www.gnu.org/software/gnutls/"
|
||||||
install=gnutls.install
|
install=gnutls.install
|
||||||
options=('!libtool' '!zipman')
|
options=('!libtool' '!zipman')
|
||||||
depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle>=2.4' 'p11-kit>=0.12')
|
depends=('gcc-libs>=4.7.1-5' 'libtasn1' 'readline' 'zlib' 'nettle>=2.4' 'p11-kit>=0.12')
|
||||||
makedepends=('strace')
|
makedepends=('strace')
|
||||||
source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.xz{,.sig})
|
source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.xz{,.sig})
|
||||||
md5sums=('7480dff7115e5af85215893c06b3ac5c'
|
md5sums=('7480dff7115e5af85215893c06b3ac5c'
|
||||||
|
|
Loading…
Reference in a new issue