From d33f8f7287542ea91c20cecbe078f470f6e3ceac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Fri, 9 Dec 2022 13:22:49 -0300 Subject: [PATCH] libmpc: update to 1.3.0, adopt. --- srcpkgs/libmpc/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/libmpc/template b/srcpkgs/libmpc/template index 6f4975eb56d0..15e73019a757 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"