summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2016-03-16 21:17:17 +0100
committerMichel Zou2016-03-16 21:17:17 +0100
commite80d302f41f9603ac0e1b42dd99b6901e5333eb7 (patch)
tree175d75353a1d6e849e6655cac6a2880aeb9fdd22
parent8aaf49323956453839bdc649b0afc872d54082f9 (diff)
downloadaur-e80d302f41f9603ac0e1b42dd99b6901e5333eb7.tar.gz
6.1.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88810b5e35db..713f4928fe5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Wed Mar 16 20:17:17 UTC 2016
pkgbase = mingw-w64-gmp
pkgdesc = A free library for arbitrary precision arithmetic (mingw-w64)
- pkgver = 6.0.0
- pkgrel = 2
+ pkgver = 6.1.0
+ pkgrel = 1
url = http://gmplib.org
arch = any
license = LGPL3
@@ -10,8 +12,8 @@ pkgbase = mingw-w64-gmp
options = staticlibs
options = !strip
options = !buildflags
- source = ftp://ftp.gmplib.org/pub/gmp-6.0.0/gmp-6.0.0.tar.xz
- md5sums = 4dc314ac6d3059cc8d712aad4a6d162e
+ source = ftp://ftp.gmplib.org/pub/gmp-6.1.0/gmp-6.1.0.tar.xz
+ md5sums = a9868ef2556ad6a2909babcd1428f3c7
pkgname = mingw-w64-gmp
diff --git a/PKGBUILD b/PKGBUILD
index ce264108eb67..01897e564603 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-gmp
-pkgver=6.0.0
-pkgrel=2
+pkgver=6.1.0
+pkgrel=1
pkgdesc="A free library for arbitrary precision arithmetic (mingw-w64)"
arch=(any)
url="http://gmplib.org"
@@ -9,7 +9,7 @@ depends=(mingw-w64-crt)
makedepends=(mingw-w64-configure)
options=(staticlibs !strip !buildflags)
source=("ftp://ftp.gmplib.org/pub/gmp-${pkgver}/gmp-${pkgver}.tar.xz")
-md5sums=('4dc314ac6d3059cc8d712aad4a6d162e')
+md5sums=('a9868ef2556ad6a2909babcd1428f3c7')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"