xbindkeys: update to 1.8.7.

This commit is contained in:
Leah Neukirchen 2020-05-24 15:15:18 +02:00
parent 1967b33b69
commit 5fae87cecb

View file

@ -1,7 +1,7 @@
# Template file for 'xbindkeys' # Template file for 'xbindkeys'
pkgname=xbindkeys pkgname=xbindkeys
version=1.8.6 version=1.8.7
revision=3 revision=1
build_style=gnu-configure build_style=gnu-configure
makedepends="pkg-config libX11-devel guile-devel guile gc-devel" makedepends="pkg-config libX11-devel guile-devel guile gc-devel"
depends="guile" depends="guile"
@ -10,7 +10,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="http://www.nongnu.org/xbindkeys/xbindkeys.html" homepage="http://www.nongnu.org/xbindkeys/xbindkeys.html"
distfiles="http://www.nongnu.org/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="http://www.nongnu.org/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=6c0d18be19fc19ab9b4595edf3a23c0a6946c8a5eb5c1bc395471c8f9a710d18 checksum=a29b86a8ec91d4abc83b420e547da27470847d0efe808aa6e75147aa0adb82f2
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/guile/2.0" CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/guile/2.0"