Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/libmpc/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'libmpc'
pkgname=libmpc
version=1.3.1
version=1.4.1
revision=1
bootstrap=yes
build_style=gnu-configure
Expand All @@ -10,8 +10,8 @@ maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
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=ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8
distfiles="${GNU_SITE}/mpc/mpc-${version}.tar.xz"
checksum=91204cd32f164bd3b7c992d4a6a8ce6519511aadab30f78b6982d0bf8d73e931

if [ -z "$CHROOT_READY" ]; then
CFLAGS="-I${XBPS_MASTERDIR}/usr/include"
Expand Down