diff --git a/libmpc/PKGBUILD b/libmpc/PKGBUILD index b1d12d7a36..b003457ed7 100644 --- a/libmpc/PKGBUILD +++ b/libmpc/PKGBUILD @@ -3,15 +3,15 @@ # Contributor: Allan McRae pkgname=libmpc -pkgver=1.3.0 +pkgver=1.3.1 pkgrel=1 -pkgdesc="Library for the arithmetic of complex numbers with arbitrarily high precision" +pkgdesc='Library for the arithmetic of complex numbers with arbitrarily high precision' arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) -url="http://www.multiprecision.org/" -license=('LGPL') -depends=('mpfr') +url='http://www.multiprecision.org/' +license=(LGPL) +depends=(mpfr) source=(https://ftp.gnu.org/gnu/mpc/mpc-${pkgver/_/-}.tar.gz{,.sig}) -sha256sums=('0e3b12181d37207230f5a7a7ddcfc22abfc5fc9c05825e1a65401a489a432a2a' +sha256sums=('ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8' 'SKIP') validpgpkeys=('AD17A21EF8AED8F1CC02DBD9F7D5C9BF765C61E3') # Andreas Enge