summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTudor Roman2021-04-24 18:02:11 +0300
committerTudor Roman2021-04-24 18:02:11 +0300
commita13d43a20787b035f2699c60e1354a1bf814748c (patch)
tree2cab2729138f9f0c58cdd25e22143f4a2e951b49
parent7df858408d01dd893945d1ef5bbf16c062174c3a (diff)
downloadaur-a13d43a20787b035f2699c60e1354a1bf814748c.tar.gz
Updated to v0.5.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cb46542b3ae..79d60a7d7e93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = windowchef
pkgdesc = A stacking window manager that cooks windows with orders from the Waitron
- pkgver = 0.5.1
+ pkgver = 0.5.2
pkgrel = 1
url = https://github.com/tudurom/windowchef
arch = i686
@@ -11,12 +11,13 @@ pkgbase = windowchef
makedepends = xorgproto
depends = libxcb
depends = xcb-util-wm
+ depends = xcb-util-keysyms
optdepends = sxhkd
optdepends = wmutils-git
optdepends = lemonbar
conflicts = windowchef-git
- source = https://github.com/tudurom/windowchef/archive/v0.5.1.tar.gz
- md5sums = be7ce7d5760f051bc363f66ad7b03de2
+ source = https://github.com/tudurom/windowchef/archive/v0.5.2.tar.gz
+ md5sums = 48f5ac7ad99a5f0cc47097680a4922a8
pkgname = windowchef
diff --git a/PKGBUILD b/PKGBUILD
index 15c40bfda731..5b43dd2e281a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Tudor Roman <tudurom@gmail.com>
pkgname=windowchef
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=1
pkgdesc="A stacking window manager that cooks windows with orders from the Waitron"
arch=("i686" "x86_64" "armv7h" "aarch64")
url="https://github.com/tudurom/windowchef"
license=('ISC')
-depends=("libxcb" "xcb-util-wm")
+depends=("libxcb" "xcb-util-wm" "xcb-util-keysyms")
optdepends=("sxhkd" "wmutils-git" "lemonbar")
makedepends=("xorgproto")
conflicts=('windowchef-git')
source=("https://github.com/tudurom/$pkgname/archive/v${pkgver}.tar.gz")
-md5sums=("be7ce7d5760f051bc363f66ad7b03de2")
+md5sums=("48f5ac7ad99a5f0cc47097680a4922a8")
build() {
cd "$pkgname-$pkgver"