From 5fae87cecb67ed65aeb7009518fa78d980219146 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 24 May 2020 15:15:18 +0200 Subject: [PATCH] xbindkeys: update to 1.8.7. --- srcpkgs/xbindkeys/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/xbindkeys/template b/srcpkgs/xbindkeys/template index 806571204d5..aa01acf5342 100644 --- a/srcpkgs/xbindkeys/template +++ b/srcpkgs/xbindkeys/template @@ -1,7 +1,7 @@ # Template file for 'xbindkeys' pkgname=xbindkeys -version=1.8.6 -revision=3 +version=1.8.7 +revision=1 build_style=gnu-configure makedepends="pkg-config libX11-devel guile-devel guile gc-devel" depends="guile" @@ -10,7 +10,7 @@ maintainer="Leah Neukirchen " license="GPL-2.0-or-later" homepage="http://www.nongnu.org/xbindkeys/xbindkeys.html" distfiles="http://www.nongnu.org/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=6c0d18be19fc19ab9b4595edf3a23c0a6946c8a5eb5c1bc395471c8f9a710d18 +checksum=a29b86a8ec91d4abc83b420e547da27470847d0efe808aa6e75147aa0adb82f2 if [ "$CROSS_BUILD" ]; then CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/guile/2.0"