check: update to 0.15.2.

This commit is contained in:
Nathan Owens 2020-12-24 15:23:33 -06:00 committed by Érico Nogueira Rolim
parent fbb6b1b924
commit 48efa75e68

View File

@ -1,6 +1,6 @@
# Template file for 'check' # Template file for 'check'
pkgname=check pkgname=check
version=0.15.0 version=0.15.2
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
short_desc="Unit Testing Framework for C" short_desc="Unit Testing Framework for C"
@ -8,15 +8,15 @@ maintainer="Jan S. <jan.schreib@gmail.com>"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"
homepage="https://libcheck.github.io/check/" homepage="https://libcheck.github.io/check/"
distfiles="https://github.com/libcheck/check/releases/download/${version}/check-${version}.tar.gz" distfiles="https://github.com/libcheck/check/releases/download/${version}/check-${version}.tar.gz"
checksum=aea2e3c68fa6e1e92378e744b1c0db350ccda4b6bd0d19530d0ae185b3d1ac60 checksum=a8de4e0bacfb4d76dd1c618ded263523b53b85d92a146d8835eb1a52932fa20a
check-devel_package() { check-devel_package() {
short_desc+=" - development files" short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}" depends="${sourcepkg}>=${version}_${revision}"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/*.a vmove "usr/lib/*.a"
vmove usr/lib/*.so vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove usr/share/aclocal vmove usr/share/aclocal
} }