diff --git a/srcpkgs/libmpc/patches/missing-include.patch b/srcpkgs/libmpc/patches/missing-include.patch deleted file mode 100644 index fd540809a04..00000000000 --- a/srcpkgs/libmpc/patches/missing-include.patch +++ /dev/null @@ -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 -+#include - #include "gmp.h" - #include "mpfr.h" - diff --git a/srcpkgs/libmpc/template b/srcpkgs/libmpc/template index 8af608c5b2f..0d5622143a5 100644 --- a/srcpkgs/libmpc/template +++ b/srcpkgs/libmpc/template @@ -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"