check: update to 0.11.0.
This commit is contained in:
parent
c9ad87cce6
commit
740f0ab062
1 changed files with 8 additions and 5 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template build file for "check"
|
# Template build file for "check"
|
||||||
pkgname=check
|
pkgname=check
|
||||||
version=0.10.0
|
version=0.11.0
|
||||||
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"
|
||||||
maintainer="Jan S. <jan.schreib@gmail.com>"
|
maintainer="Jan S. <jan.schreib@gmail.com>"
|
||||||
homepage="check.sourceforge.net"
|
license="LGPL-2.1"
|
||||||
license="LGPL"
|
homepage="https://libcheck.github.io/check/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/libcheck/check/releases/download/${version}/check-${version}.tar.gz"
|
||||||
checksum=f5f50766aa6f8fe5a2df752666ca01a950add45079aa06416b83765b1cf71052
|
checksum=24f7a48aae6b74755bcbe964ce8bc7240f6ced2141f8d9cf480bc3b3de0d5616
|
||||||
|
|
||||||
check-devel_package() {
|
check-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
@ -21,3 +21,6 @@ check-devel_package() {
|
||||||
vmove usr/share/aclocal
|
vmove usr/share/aclocal
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# REMARKS:
|
||||||
|
# We want the prepared archive so we don't need texlive in hostmakedepends
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue