summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2022-12-21 20:19:58 +0800
committerpingplug2022-12-21 20:19:58 +0800
commit357a14b28d22e44620e988e9d8c506d498042c9c (patch)
tree43f3f315fbe663810562b808c586557e6f712b2f
parent0d337f860b0a13466d5a15580371c8fdea0e7362 (diff)
downloadaur-mingw-w64-libmpc.tar.gz
updated to 1.3.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9583c40f77b3..0227dbe69ddb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = mingw-w64-libmpc
pkgdesc = Library for the arithmetic of complex numbers with arbitrarily high precision (mingw-w64)
- pkgver = 1.2.1
+ pkgver = 1.3.1
pkgrel = 1
url = http://www.multiprecision.org/mpc/
arch = any
license = LGPL
makedepends = mingw-w64-configure
+ depends = mingw-w64-gmp>=5.0.0
depends = mingw-w64-mpfr>=4.1.0
options = !strip
options = staticlibs
options = !buildflags
- source = https://ftp.gnu.org/gnu/mpc/mpc-1.2.1.tar.gz
- source = https://ftp.gnu.org/gnu/mpc/mpc-1.2.1.tar.gz.sig
+ source = https://ftp.gnu.org/gnu/mpc/mpc-1.3.1.tar.gz
+ source = https://ftp.gnu.org/gnu/mpc/mpc-1.3.1.tar.gz.sig
validpgpkeys = AD17A21EF8AED8F1CC02DBD9F7D5C9BF765C61E3
- sha256sums = 17503d2c395dfcf106b622dc142683c1199431d095367c6aacba6eec30340459
+ sha256sums = ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8
sha256sums = SKIP
pkgname = mingw-w64-libmpc
-
diff --git a/PKGBUILD b/PKGBUILD
index 60e17728f1ef..a5be54796a93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,17 @@
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-libmpc
-pkgver=1.2.1
+pkgver=1.3.1
pkgrel=1
pkgdesc="Library for the arithmetic of complex numbers with arbitrarily high precision (mingw-w64)"
arch=('any')
url="http://www.multiprecision.org/mpc/"
license=('LGPL')
-depends=('mingw-w64-mpfr>=4.1.0')
+depends=('mingw-w64-gmp>=5.0.0' 'mingw-w64-mpfr>=4.1.0')
makedepends=('mingw-w64-configure')
options=('!strip' 'staticlibs' '!buildflags')
source=("https://ftp.gnu.org/gnu/mpc/mpc-${pkgver}.tar.gz"{,.sig})
-sha256sums=('17503d2c395dfcf106b622dc142683c1199431d095367c6aacba6eec30340459'
+sha256sums=('ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8'
'SKIP')
validpgpkeys=('AD17A21EF8AED8F1CC02DBD9F7D5C9BF765C61E3') # Andreas Enge <andreas@enge.fr>