diff --git a/gnutls/PKGBUILD b/gnutls/PKGBUILD index 1d921adcd..e58bc8537 100644 --- a/gnutls/PKGBUILD +++ b/gnutls/PKGBUILD @@ -1,7 +1,7 @@ # Contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/gnutls pkgname=gnutls -pkgver=3.3.13 +pkgver=3.3.15 pkgrel=1 pkgdesc="A library which provides a secure layer over a reliable transport layer" arch=('x86_64') @@ -12,7 +12,7 @@ options=('!zipman') depends=('gcc-libs' 'libidn' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit') optdepends=('guile: for use with Guile bindings') source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${pkgname}-${pkgver}.tar.xz) -md5sums=('a7387fe8bf3e604bf518a6da9ab2a4e6') +md5sums=('03b7e282a0888a8f7620ece83d7853c6') build() { cd ${pkgname}-${pkgver}