summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYusuf Aktepe2020-06-29 16:39:51 +0300
committerYusuf Aktepe2020-06-29 16:39:51 +0300
commit990e5974613e1fd1b67ba06fb74c0f919a696e72 (patch)
treedcb68a945151f7b1efbda4885ee29fdd320bb9ed
parent4a4b93ceefaa24ed7bf801879371ac0edd8659e9 (diff)
downloadaur-990e5974613e1fd1b67ba06fb74c0f919a696e72.tar.gz
Update to 1.8.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ee4871ff9a1..ec3c0020078b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = xbindkeys
pkgdesc = Launch shell commands with your keyboard or your mouse under X
- pkgver = 1.8.6
- pkgrel = 3
+ pkgver = 1.8.7
+ pkgrel = 1
url = https://www.nongnu.org/xbindkeys/xbindkeys.html
arch = x86_64
license = GPL
depends = libx11
depends = guile
optdepends = tk: xbindkeys_show
- source = https://www.nongnu.org/xbindkeys/xbindkeys-1.8.6.tar.gz
- sha256sums = 6c0d18be19fc19ab9b4595edf3a23c0a6946c8a5eb5c1bc395471c8f9a710d18
+ source = https://www.nongnu.org/xbindkeys/xbindkeys-1.8.7.tar.gz
+ sha256sums = a29b86a8ec91d4abc83b420e547da27470847d0efe808aa6e75147aa0adb82f2
pkgname = xbindkeys
diff --git a/PKGBUILD b/PKGBUILD
index 8476843c6964..26cd889dac47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Thayer Williams <thayer@archlinux.org>
pkgname=xbindkeys
-pkgver=1.8.6
-pkgrel=3
+pkgver=1.8.7
+pkgrel=1
pkgdesc="Launch shell commands with your keyboard or your mouse under X"
arch=('x86_64')
url="https://www.nongnu.org/xbindkeys/xbindkeys.html"
@@ -13,7 +13,7 @@ license=('GPL')
depends=('libx11' 'guile')
optdepends=('tk: xbindkeys_show')
source=(https://www.nongnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('6c0d18be19fc19ab9b4595edf3a23c0a6946c8a5eb5c1bc395471c8f9a710d18')
+sha256sums=('a29b86a8ec91d4abc83b420e547da27470847d0efe808aa6e75147aa0adb82f2')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"