summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSchala2016-07-20 22:28:10 -0700
committerSchala2016-07-20 22:28:10 -0700
commit17d6893fad6455d9eadae990c359cf4ad2af39ff (patch)
tree5c79ae6e1d84d851647f28efa14111fc691b924d
parent0a1a6bb35ce005942f08aabd894a322db9b3ce4d (diff)
downloadaur-17d6893fad6455d9eadae990c359cf4ad2af39ff.tar.gz
1.7.2
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d7cf64b2e50..7c2805da9d7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jun 17 20:37:31 UTC 2016
+# Thu Jul 21 05:27:21 UTC 2016
pkgbase = mingw-w64-libgcrypt
pkgdesc = General purpose cryptographic library based on the code from GnuPG (mingw-w64)
- pkgver = 1.7.1
+ pkgver = 1.7.2
pkgrel = 1
url = http://www.gnupg.org
arch = any
@@ -14,9 +14,9 @@ pkgbase = mingw-w64-libgcrypt
options = staticlibs
options = !buildflags
options = !strip
- source = ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.7.1.tar.bz2
+ source = ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.7.2.tar.bz2
source = libgcrypt-use-correct-def-file.patch
- md5sums = 8b8e002bcab29c1f1f1940ada831eb49
+ md5sums = ec7b21dd2134af4b3aece5e5dfd3a700
md5sums = 531e089caca74b5daf130b7173c2a5c5
pkgname = mingw-w64-libgcrypt
diff --git a/.gitignore b/.gitignore
index 79ffea0ccae6..886033bef767 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
pkg/
src/
*.bz2
+*.tar
*.xz
diff --git a/PKGBUILD b/PKGBUILD
index 69196ba83313..7cc227a7ed6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-libgcrypt
-pkgver=1.7.1
+pkgver=1.7.2
pkgrel=1
pkgdesc="General purpose cryptographic library based on the code from GnuPG (mingw-w64)"
arch=("any")
@@ -10,7 +10,7 @@ makedepends=(mingw-w64-configure transfig ghostscript)
options=(staticlibs !buildflags !strip)
source=("ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${pkgver}.tar.bz2"
"libgcrypt-use-correct-def-file.patch")
-md5sums=('8b8e002bcab29c1f1f1940ada831eb49'
+md5sums=('ec7b21dd2134af4b3aece5e5dfd3a700'
'531e089caca74b5daf130b7173c2a5c5')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"