summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTudor Roman2020-04-22 18:51:30 +0300
committerTudor Roman2020-04-22 18:51:30 +0300
commit7df858408d01dd893945d1ef5bbf16c062174c3a (patch)
treea4b2fe9db40f9455cf2d81c3db77922b520e0b6a
parente10541d0f11ccf2548420447b771ca79731942b3 (diff)
downloadaur-7df858408d01dd893945d1ef5bbf16c062174c3a.tar.gz
updated to v0.5.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0dec0e9c95c..8cb46542b3ae 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.0
+ pkgver = 0.5.1
pkgrel = 1
url = https://github.com/tudurom/windowchef
arch = i686
@@ -8,15 +8,15 @@ pkgbase = windowchef
arch = armv7h
arch = aarch64
license = ISC
- makedepends = xproto
+ makedepends = xorgproto
depends = libxcb
depends = xcb-util-wm
optdepends = sxhkd
optdepends = wmutils-git
optdepends = lemonbar
conflicts = windowchef-git
- source = https://github.com/tudurom/windowchef/archive/v0.5.0.tar.gz
- md5sums = 8af3683146c9972a1219925721fad558
+ source = https://github.com/tudurom/windowchef/archive/v0.5.1.tar.gz
+ md5sums = be7ce7d5760f051bc363f66ad7b03de2
pkgname = windowchef
diff --git a/PKGBUILD b/PKGBUILD
index efad212f5998..15c40bfda731 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tudor Roman <tudurom@gmail.com>
pkgname=windowchef
-pkgver=0.5.0
+pkgver=0.5.1
pkgrel=1
pkgdesc="A stacking window manager that cooks windows with orders from the Waitron"
arch=("i686" "x86_64" "armv7h" "aarch64")
@@ -8,10 +8,10 @@ url="https://github.com/tudurom/windowchef"
license=('ISC')
depends=("libxcb" "xcb-util-wm")
optdepends=("sxhkd" "wmutils-git" "lemonbar")
-makedepends=("xproto")
+makedepends=("xorgproto")
conflicts=('windowchef-git')
source=("https://github.com/tudurom/$pkgname/archive/v${pkgver}.tar.gz")
-md5sums=("8af3683146c9972a1219925721fad558")
+md5sums=("be7ce7d5760f051bc363f66ad7b03de2")
build() {
cd "$pkgname-$pkgver"