summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTudor Roman2021-04-24 18:02:11 +0300
committerTudor Roman2021-04-24 18:02:11 +0300
commita13d43a20787b035f2699c60e1354a1bf814748c (patch)
tree2cab2729138f9f0c58cdd25e22143f4a2e951b49 /PKGBUILD
parent7df858408d01dd893945d1ef5bbf16c062174c3a (diff)
downloadaur-windowchef.tar.gz
Updated to v0.5.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"