summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTudor Roman2017-08-10 21:18:23 +0300
committerTudor Roman2017-08-10 21:18:23 +0300
commit0a2d1d184c5b1c7b1ff133ffc610f2e73dc0f9df (patch)
tree961a317f1f03a73e66767523f8a8ebd0b5259c85
parent7d5cb58ca54b549aac958ec9cabb1e536bd2449f (diff)
downloadaur-0a2d1d184c5b1c7b1ff133ffc610f2e73dc0f9df.tar.gz
v0.4.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec6694ee766c..98c121b0b51f 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.3.2
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/tudurom/windowchef
arch = i686
@@ -8,14 +8,15 @@ pkgbase = windowchef
arch = armv7h
arch = aarch64
license = ISC
+ makedepends = xproto
depends = libxcb
depends = xcb-util-wm
optdepends = sxhkd
optdepends = wmutils-git
optdepends = lemonbar
conflicts = windowchef-git
- source = https://github.com/tudurom/windowchef/archive/v0.3.2.tar.gz
- md5sums = b2534618cc07a8b098de60e9168a7adb
+ source = https://github.com/tudurom/windowchef/archive/v0.4.0.tar.gz
+ md5sums = 75e9e556e2728e139233713e323d1086
pkgname = windowchef
diff --git a/PKGBUILD b/PKGBUILD
index 321c9a9f2d16..239137862455 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tudor Roman <tudurom@gmail.com>
pkgname=windowchef
-pkgver=0.3.2
+pkgver=0.4.0
pkgrel=1
pkgdesc="A stacking window manager that cooks windows with orders from the Waitron"
arch=("i686" "x86_64" "armv7h" "aarch64")
@@ -8,9 +8,10 @@ url="https://github.com/tudurom/windowchef"
license=('ISC')
depends=("libxcb" "xcb-util-wm")
optdepends=("sxhkd" "wmutils-git" "lemonbar")
+makedepends=("xproto")
conflicts=('windowchef-git')
source=("https://github.com/tudurom/$pkgname/archive/v${pkgver}.tar.gz")
-md5sums=("b2534618cc07a8b098de60e9168a7adb")
+md5sums=("75e9e556e2728e139233713e323d1086")
build() {
cd "$pkgname-$pkgver"