summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2018-01-28 11:49:39 +0100
committerMichel Zou2018-01-28 11:49:39 +0100
commit0483dfcf0e5ae7bd2273dea82cb536f0aee04a7d (patch)
treef51b613e81fb2bdbc83109b85e3676eda4b69f34 /PKGBUILD
parent613f1a7d5e85d8280467d7d52f0c744d11a2cad9 (diff)
downloadaur-0483dfcf0e5ae7bd2273dea82cb536f0aee04a7d.tar.gz
4.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3914d49e6a06..bb9fabac9863 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-mpfr
-_pkgver=3.1.5
+_pkgver=4.0.0
pkgver=$_pkgver
pkgrel=1
pkgdesc="Multiple-precision floating-point library (mingw-w64)"
@@ -10,8 +10,8 @@ makedepends=('mingw-w64-configure')
depends=("mingw-w64-gmp")
options=('staticlibs' '!strip' '!buildflags')
source=(http://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz{,.asc})
-md5sums=('c4ac246cf9795a4491e7766002cd528f'
- 'SKIP')
+sha256sums=('fbe2cd1418b321f5c899ce4f0f0f4e73f5ecc7d02145b0e1fd096f5c3afb8a1d'
+ 'SKIP')
validpgpkeys=('07F3DBBECC1A39605078094D980C197698C3739D')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"