libdill: update to 2.5.

Closes: #12077 [via git-merge-pr]
This commit is contained in:
maxice8 2018-03-04 03:50:20 -03:00 committed by Michael Aldridge
parent 58b4416176
commit 7c7710faf5
1 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'libdill'
pkgname=libdill
version=2.4
version=2.5
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool"
@ -9,7 +9,7 @@ maintainer="Tai Chi Minh Ralph Eastwood <tcmreastwood@gmail.com>"
license="MIT"
homepage="http://libdill.org/"
distfiles="https://github.com/sustrik/libdill/archive/${version}.tar.gz"
checksum=ebef0b53db2312702beb11b2493cbbfb320859a60a44d0bb6aab0132ea83ba73
checksum=896c82f47597ca1643f776c0141c4e352582d8739d1628caa2e406a1070c92f4
case "$XBPS_TARGET_MACHINE" in
i686*) broken="https://build.voidlinux.eu/builders/i686_builder/builds/7735/steps/shell_3/logs/stdio" ;;
@ -30,7 +30,8 @@ libdill-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/*.a
vmove usr/lib/*.so
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove "usr/share/man/man3/*.3"
}
}