mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/gnutls to 3.0.12-1
This commit is contained in:
parent
1f1e538489
commit
2b350d679b
1 changed files with 3 additions and 3 deletions
|
@ -7,17 +7,17 @@
|
||||||
plugrel=1
|
plugrel=1
|
||||||
|
|
||||||
pkgname=gnutls
|
pkgname=gnutls
|
||||||
pkgver=3.0.11
|
pkgver=3.0.12
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
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' 'makeflags')
|
||||||
depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle>=2.4' 'p11-kit')
|
depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle>=2.4' 'p11-kit')
|
||||||
source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.xz)
|
source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.xz)
|
||||||
md5sums=('ca3370b39f7910538a0d6c02bec7a142')
|
md5sums=('685fe5c00786c04b39e9aac362fa0cac')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue