diff --git a/srcpkgs/libmpc/template b/srcpkgs/libmpc/template index 6f4975eb56d..15e73019a75 100644 --- a/srcpkgs/libmpc/template +++ b/srcpkgs/libmpc/template @@ -1,17 +1,17 @@ # Template file for 'libmpc' pkgname=libmpc -version=1.2.1 +version=1.3.0 revision=1 bootstrap=yes build_style=gnu-configure -configure_args="EGREP=egrep" makedepends="gmp-devel mpfr-devel" short_desc="C library for the arithmetic of complex numbers" -maintainer="Orphaned " +maintainer="Gonzalo TornarĂ­a " license="LGPL-3.0-or-later" -homepage="http://www.multiprecision.org" +homepage="https://www.multiprecision.org/mpc/" +changelog="https://gitlab.inria.fr/mpc/mpc/-/raw/master/NEWS" distfiles="${GNU_SITE}/mpc/mpc-${version}.tar.gz" -checksum=17503d2c395dfcf106b622dc142683c1199431d095367c6aacba6eec30340459 +checksum=0e3b12181d37207230f5a7a7ddcfc22abfc5fc9c05825e1a65401a489a432a2a if [ -z "$CHROOT_READY" ]; then CFLAGS="-I${XBPS_MASTERDIR}/usr/include"