summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2020-08-23 20:56:38 +0800
committerpingplug2020-08-23 20:56:38 +0800
commite8df665c9c165a6a254846e36e89ca10ba4d3296 (patch)
tree4c962a725482eddaa3e25f8ad1c88904a5fc403b
parent80520db0214b8ebcf88a3177a786bd3849e38859 (diff)
downloadaur-e8df665c9c165a6a254846e36e89ca10ba4d3296.tar.gz
Updated to 1.2.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eeb0f6179705..daa2078e2941 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = mingw-w64-libmpc
pkgdesc = Library for the arithmetic of complex numbers with arbitrarily high precision (mingw-w64)
- pkgver = 1.1.0
- pkgrel = 2
+ pkgver = 1.2.0
+ pkgrel = 1
url = http://www.multiprecision.org/mpc/
arch = any
license = LGPL
makedepends = mingw-w64-configure
- depends = mingw-w64-mpfr
+ depends = mingw-w64-mpfr>=4.1.0
options = !strip
options = staticlibs
options = !buildflags
- source = https://ftp.gnu.org/gnu/mpc/mpc-1.1.0.tar.gz
- source = https://ftp.gnu.org/gnu/mpc/mpc-1.1.0.tar.gz.sig
+ source = https://ftp.gnu.org/gnu/mpc/mpc-1.2.0.tar.gz
+ source = https://ftp.gnu.org/gnu/mpc/mpc-1.2.0.tar.gz.sig
validpgpkeys = AD17A21EF8AED8F1CC02DBD9F7D5C9BF765C61E3
- sha256sums = 6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e
+ sha256sums = e90f2d99553a9c19911abdb4305bf8217106a957e3994436428572c8dfe8fda6
sha256sums = SKIP
pkgname = mingw-w64-libmpc
diff --git a/PKGBUILD b/PKGBUILD
index 3581908ae3f0..dad319baaf5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,17 @@
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-libmpc
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.2.0
+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')
+depends=('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=('6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e'
+sha256sums=('e90f2d99553a9c19911abdb4305bf8217106a957e3994436428572c8dfe8fda6'
'SKIP')
validpgpkeys=('AD17A21EF8AED8F1CC02DBD9F7D5C9BF765C61E3') # Andreas Enge <andreas@enge.fr>