libmpc: update to 1.3.1.

This commit is contained in:
Gonzalo Tornaría 2023-03-05 23:23:22 -03:00 committed by Andrew Benson
parent aab9f4c225
commit adfb5b849f
2 changed files with 3 additions and 13 deletions

View file

@ -1,10 +0,0 @@
--- a/src/mpc.h
+++ b/src/mpc.h
@@ -22,6 +22,7 @@ along with this program. If not, see http://www.gnu.org/licenses/ .
#define __MPC_H
#include <stdint.h>
+#include <stdio.h>
#include "gmp.h"
#include "mpfr.h"

View file

@ -1,7 +1,7 @@
# Template file for 'libmpc'
pkgname=libmpc
version=1.3.0
revision=2
version=1.3.1
revision=1
bootstrap=yes
build_style=gnu-configure
makedepends="gmp-devel mpfr-devel"
@ -11,7 +11,7 @@ license="LGPL-3.0-or-later"
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=0e3b12181d37207230f5a7a7ddcfc22abfc5fc9c05825e1a65401a489a432a2a
checksum=ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8
if [ -z "$CHROOT_READY" ]; then
CFLAGS="-I${XBPS_MASTERDIR}/usr/include"