summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTudor Roman2016-11-10 19:45:40 +0200
committerTudor Roman2016-11-10 19:45:40 +0200
commitc3d0884d02b2e4b8fbd409303cf7631efbbb0c42 (patch)
tree6bca58afeb21391db7eb90509e5c6779094826d0
parent44d85e34ce9b3c052771933a0588043efc02b815 (diff)
downloadaur-c3d0884d02b2e4b8fbd409303cf7631efbbb0c42.tar.gz
bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3dbe068854e3..e2abf2e7ef0b 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.2
+ pkgver = 0.2.1
pkgrel = 1
url = https://github.com/tudurom/windowchef
arch = i686
@@ -14,8 +14,8 @@ pkgbase = windowchef
optdepends = wmutils-git
optdepends = lemonbar
conflicts = windowchef-git
- source = https://github.com/tudurom/windowchef/archive/v0.2.tar.gz
- md5sums = 3ec113dc8cb7b127fb45cbf6e3be9ce7
+ source = https://github.com/tudurom/windowchef/archive/v0.2.1.tar.gz
+ md5sums = 8c5b370d7e27d6ae65199dbb9b5c2778
pkgname = windowchef
diff --git a/PKGBUILD b/PKGBUILD
index ab3a2669cabe..836b5bdf00a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tudor Roman <tudurom@gmail.com>
pkgname=windowchef
-pkgver=0.2
+pkgver=0.2.1
pkgrel=1
pkgdesc="A stacking window manager that cooks windows with orders from the Waitron"
arch=("i686" "x86_64" "armv7h" "aarch64")
@@ -10,7 +10,7 @@ depends=("libxcb" "xcb-util-wm")
optdepends=("sxhkd" "wmutils-git" "lemonbar")
conflicts=('windowchef-git')
source=("https://github.com/tudurom/$pkgname/archive/v${pkgver}.tar.gz")
-md5sums=("3ec113dc8cb7b127fb45cbf6e3be9ce7")
+md5sums=("8c5b370d7e27d6ae65199dbb9b5c2778")
build() {
cd "$pkgname-$pkgver"