libmpc: update to 1.3.0, adopt.

This commit is contained in:
Gonzalo Tornaría 2022-12-09 13:22:49 -03:00 committed by classabbyamp
parent 12fdffd2d3
commit 039fd72003
1 changed files with 5 additions and 5 deletions

View File

@ -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 <orphan@voidlinux.org>"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
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"