summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2020-10-31 15:31:01 +0800
committerpingplug2020-10-31 15:31:01 +0800
commit0d337f860b0a13466d5a15580371c8fdea0e7362 (patch)
tree87eb97d2afefc9b0cbf640555c6e30d9048ed8d7
parente8df665c9c165a6a254846e36e89ca10ba4d3296 (diff)
downloadaur-0d337f860b0a13466d5a15580371c8fdea0e7362.tar.gz
Updated to 1.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index daa2078e2941..9583c40f77b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libmpc
pkgdesc = Library for the arithmetic of complex numbers with arbitrarily high precision (mingw-w64)
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = http://www.multiprecision.org/mpc/
arch = any
@@ -10,10 +10,10 @@ pkgbase = mingw-w64-libmpc
options = !strip
options = staticlibs
options = !buildflags
- 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
+ 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
validpgpkeys = AD17A21EF8AED8F1CC02DBD9F7D5C9BF765C61E3
- sha256sums = e90f2d99553a9c19911abdb4305bf8217106a957e3994436428572c8dfe8fda6
+ sha256sums = 17503d2c395dfcf106b622dc142683c1199431d095367c6aacba6eec30340459
sha256sums = SKIP
pkgname = mingw-w64-libmpc
diff --git a/PKGBUILD b/PKGBUILD
index dad319baaf5f..60e17728f1ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-libmpc
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc="Library for the arithmetic of complex numbers with arbitrarily high precision (mingw-w64)"
arch=('any')
@@ -14,7 +14,7 @@ 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=('e90f2d99553a9c19911abdb4305bf8217106a957e3994436428572c8dfe8fda6'
+sha256sums=('17503d2c395dfcf106b622dc142683c1199431d095367c6aacba6eec30340459'
'SKIP')
validpgpkeys=('AD17A21EF8AED8F1CC02DBD9F7D5C9BF765C61E3') # Andreas Enge <andreas@enge.fr>