summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-01-18 10:00:59 +0100
committerMartchus2019-01-18 10:00:59 +0100
commit1ef56e075396dacde4d629a1f42d0e6d7d5badcd (patch)
treee1c513536109e5ab2d2509d7a9e99236f88e5701
parent737a911bed72aa106c056e1aeb04f428b05f5c9b (diff)
downloadaur-1ef56e075396dacde4d629a1f42d0e6d7d5badcd.tar.gz
Fix URL
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbd25ddd4da3..7a28a1c62eb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-gnutls
pkgdesc = A library which provides a secure layer over a reliable transport layer (mingw-w64)
pkgver = 3.6.5
- pkgrel = 1
+ pkgrel = 2
url = http://www.gnu.org/software/gnutls
arch = any
license = GPL3,
@@ -18,8 +18,8 @@ pkgbase = mingw-w64-gnutls
options = staticlibs
options = !strip
options = !buildflags
- source = https://www.gnupg.org/ftp/gcrypt/gnutls/v3.5/gnutls-3.6.5.tar.xz
- source = https://www.gnupg.org/ftp/gcrypt/gnutls/v3.5/gnutls-3.6.5.tar.xz.sig
+ source = https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/gnutls-3.6.5.tar.xz
+ source = https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/gnutls-3.6.5.tar.xz.sig
source = gnutls-fix-external-libtasn1-detection.patch
validpgpkeys = 0424D4EE81A0E3D119C6F835EDA21E94B565716F
validpgpkeys = 1F42418905D8206AA754CCDC29EE58B996865171
diff --git a/PKGBUILD b/PKGBUILD
index aeb0496213f9..e78f78a8b5c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mingw-w64-gnutls
pkgver=3.6.5
-pkgrel=1
+pkgrel=2
pkgdesc='A library which provides a secure layer over a reliable transport layer (mingw-w64)'
arch=('any')
url="http://www.gnu.org/software/gnutls"
@@ -12,7 +12,7 @@ makedepends=('mingw-w64-configure')
depends=('mingw-w64-crt' 'mingw-w64-libtasn1' 'mingw-w64-readline' 'mingw-w64-zlib' 'mingw-w64-nettle' 'mingw-w64-p11-kit' 'mingw-w64-libunistring')
options=(staticlibs !strip !buildflags)
optdepends=("mingw-w64-openssl: libgnutls-openssl")
-source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.5/${pkgname#mingw-w64-}-${pkgver}.tar.xz{,.sig}
+source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v${pkgver%.*}/${pkgname#mingw-w64-}-${pkgver}.tar.xz{,.sig}
'gnutls-fix-external-libtasn1-detection.patch')
sha256sums=('073eced3acef49a3883e69ffd5f0f0b5f46e2760ad86eddc6c0866df4e7abb35'
'SKIP'