sratom: update to 0.6.6.
This commit is contained in:
parent
27bab63c6b
commit
9a05046288
1 changed files with 10 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sratom'
|
||||
pkgname=sratom
|
||||
version=0.6.4
|
||||
version=0.6.6
|
||||
revision=1
|
||||
build_style=waf3
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -10,7 +10,15 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="ISC"
|
||||
homepage="http://drobilla.net/software/sratom/"
|
||||
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
||||
checksum=146c8f14b8902ac3c8fa8c2e0a014eb8a38fab60090c5adbfbff3e3b7c5c006e
|
||||
checksum=fb910bf62a5e69f4430bf09653d386fc4de9ff02bfd58635e1d45cbd31481b9d
|
||||
|
||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||
configure_args="-T"
|
||||
fi
|
||||
|
||||
do_check() {
|
||||
./build/sratom_test
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in a new issue