summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2020-05-16 12:41:56 +0200
committerMichel Zou2020-05-16 12:41:56 +0200
commite9f2124e4ca5bf96b683741839c8c975f3d0f566 (patch)
tree4f8951042d8b3a18e9d1a6ef39448f7637ea9f64 /PKGBUILD
parentb4f756351922d942b6ab86aa2b89f9f0c57b1941 (diff)
downloadaur-e9f2124e4ca5bf96b683741839c8c975f3d0f566.tar.gz
6.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9708e1191825..971d4d7f4c6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-gmp
-pkgver=6.1.2
+pkgver=6.2.0
pkgrel=1
pkgdesc="A free library for arbitrary precision arithmetic (mingw-w64)"
arch=(any)
@@ -8,8 +8,10 @@ license=("LGPL3")
depends=(mingw-w64-crt)
makedepends=(mingw-w64-configure wine)
options=(staticlibs !strip !buildflags)
-source=("https://gmplib.org/download/gmp/gmp-${pkgver}.tar.xz" exeext.patch)
-sha256sums=('87b565e89a9a684fe4ebeeddb8399dce2599f9c9049854ca8c0dfbdea0e21912' SKIP)
+source=(https://gmplib.org/download/gmp/gmp-$pkgver.tar.lz{,.sig} exeext.patch)
+validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298') # Niels Möller <nisse@lysator.liu.se>
+sha256sums=('3f33f127bcb6b2c3601676cd3281df45824b148cbf688b73c0fc8248793667d9'
+ 'SKIP' 'SKIP')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"