mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/gnutls to 3.0.10-1
This commit is contained in:
parent
407a7ad194
commit
49d78b4571
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
plugrel=1
|
||||
|
||||
pkgname=gnutls
|
||||
pkgver=3.0.9
|
||||
pkgver=3.0.10
|
||||
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=('7e5d749f28eda1c781c89a2e520913c8')
|
||||
md5sums=('6d92a1e154833a70a21e771f41e5c512')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
@ -25,7 +25,7 @@ build() {
|
|||
--with-zlib \
|
||||
--disable-static \
|
||||
--disable-guile \
|
||||
--disable-valgrind-tests # breaks make check. errors have been reported upstream
|
||||
--disable-valgrind-tests # x86_64 test are all passed. some fail in i686 chroot
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue