sequeler: update to 0.6.8.
This commit is contained in:
parent
d632ce27ac
commit
267d6701fb
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'sequeler'
|
# Template file for 'sequeler'
|
||||||
pkgname=sequeler
|
pkgname=sequeler
|
||||||
version=0.6.7
|
version=0.6.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="pkg-config glib-devel vala"
|
hostmakedepends="pkg-config glib-devel vala"
|
||||||
|
@ -12,4 +12,10 @@ maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/Alecaddd/sequeler"
|
homepage="https://github.com/Alecaddd/sequeler"
|
||||||
distfiles="https://github.com/Alecaddd/sequeler/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Alecaddd/sequeler/archive/v${version}.tar.gz"
|
||||||
checksum=631aa21ecb068723d7ced8c9b7ece36c9cff603ea680c592f1fb5d81dad81e58
|
checksum=a1d3d29caaed1295c03b936cc3f9923035533b3eb2b30137184fe37fa55766a5
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
"aarch64") broken="https://travis-ci.org/void-linux/void-packages/jobs/510948808";;
|
||||||
|
"armv7l") broken="https://travis-ci.org/void-linux/void-packages/jobs/510948809";;
|
||||||
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue