From 251a3b3d75aaf26a260cf86d94a5eb8b7b32e7f5 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 29 Oct 2018 16:49:34 +0100 Subject: [PATCH] libabigail: update to 1.5. --- srcpkgs/libabigail/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libabigail/template b/srcpkgs/libabigail/template index e018f0c339f..9ceba9f5b66 100644 --- a/srcpkgs/libabigail/template +++ b/srcpkgs/libabigail/template @@ -1,7 +1,7 @@ # Template file for 'libabigail' pkgname=libabigail -version=1.4 -revision=2 +version=1.5 +revision=1 build_style=gnu-configure hostmakedepends="automake cpio dpkg libtool pkg-config python3-Sphinx" makedepends="elfutils-devel libxml2-devel" @@ -11,7 +11,7 @@ maintainer="Leah Neukirchen " license="LGPL-3.0-or-later" homepage="https://www.sourceware.org/libabigail/" distfiles="http://mirrors.kernel.org/sourceware/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=27914ea1fda0af3fe8678101abea4733b9f7e7b6b5c576536b7bfa4e8189289f +checksum=442b25ce61c15830939ece3e79f4d2d3a88604b5069982aca0daa051d7b42e6b case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" musl-fts-devel"; LDFLAGS="-lfts" ;;