[arch-commits] Commit in libmpc/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Jan 17 14:09:00 UTC 2018


    Date: Wednesday, January 17, 2018 @ 14:08:51
  Author: heftig
Revision: 315014

1.1.0-1: with mpfr 4.0.0

Modified:
  libmpc/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-17 14:08:38 UTC (rev 315013)
+++ PKGBUILD	2018-01-17 14:08:51 UTC (rev 315014)
@@ -2,15 +2,15 @@
 # Maintainer: Allan McRae <allan at archlinux.org>
 
 pkgname=libmpc
-pkgver=1.0.3
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="Library for the arithmetic of complex numbers with arbitrarily high precision"
 arch=('x86_64')
 url="http://www.multiprecision.org/"
 license=('LGPL')
 depends=('mpfr')
-source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz{,.sig})
-md5sums=('d6a1d5f8ddea3abd2cc3e98f58352d26'
+source=(https://ftp.gnu.org/gnu/mpc/mpc-${pkgver/_/-}.tar.gz{,.sig})
+md5sums=('4125404e41e482ec68282a2e687f6c73'
          'SKIP')
 validpgpkeys=('AD17A21EF8AED8F1CC02DBD9F7D5C9BF765C61E3')  # Andreas Enge
 



More information about the arch-commits mailing list