alttab: update to 1.7.0.
This commit is contained in:
parent
6dc2c2436a
commit
deecf6d83e
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'alttab'
|
# Template file for 'alttab'
|
||||||
pkgname=alttab
|
pkgname=alttab
|
||||||
version=1.6.1
|
version=1.7.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -13,12 +13,10 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/sagb/alttab"
|
homepage="https://github.com/sagb/alttab"
|
||||||
changelog="https://github.com/sagb/alttab/raw/master/ChangeLog"
|
changelog="https://github.com/sagb/alttab/raw/master/ChangeLog"
|
||||||
distfiles="https://github.com/sagb/alttab/archive/v${version}.tar.gz"
|
distfiles="https://github.com/sagb/alttab/archive/v${version}.tar.gz"
|
||||||
checksum=0964653440ec42d56b022ea5df081489196956054b365198851057a6a71dba91
|
checksum=9c0e556909eff60996892b03ef12185b7db8d8b915bc3aa628c208908b09dba3
|
||||||
|
|
||||||
make_check=no # needs cnee/xnee which is not packaged
|
make_check=no # needs cnee/xnee which is not packaged
|
||||||
|
|
||||||
CFLAGS="-fcommon"
|
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl)
|
*-musl)
|
||||||
makedepends+=" musl-fts-devel"
|
makedepends+=" musl-fts-devel"
|
||||||
|
|
Loading…
Reference in New Issue