geonkick: update to 2.8.1.
This commit is contained in:
parent
b4a908ebc8
commit
44d93ebc75
1 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'geonkick'
|
||||
pkgname=geonkick
|
||||
version=2.8.0
|
||||
version=2.8.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config tar xz"
|
||||
|
@ -9,12 +9,12 @@ makedepends="jack-devel libsndfile-devel rapidjson
|
|||
short_desc="Free software percussion synthesizer"
|
||||
maintainer="teldra <teldra@rotce.de>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/iurie-sw/geonkick"
|
||||
distfiles="https://github.com/iurie-sw/geonkick/archive/v${version}.tar.gz"
|
||||
checksum=ec656e76df13ae1226bba6eeb8146c4f0ddbae2c34d28a89db473c16497eaff4
|
||||
make_check=extended # No target to "ninja test".
|
||||
homepage="https://github.com/free-sm/geonkick"
|
||||
changelog="https://github.com/free-sm/geonkick/blob/main/NEWS.md"
|
||||
distfiles="https://github.com/free-sm/geonkick/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=813fb10709136ed79403c8baf3d847fce9fbf717fea3c194ad2952e0172e6d45
|
||||
|
||||
if [[ ! ${XBPS_TARGET_MACHINE} == "x86_64" ]]; then
|
||||
if [ ${CROSS_BUILD} ]; then
|
||||
configure_args+=" -DGKICK_ARCHITECTURE=$XBPS_TARGET_MACHINE"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue