summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTudor Roman2017-01-23 20:31:04 +0200
committerTudor Roman2017-01-23 20:31:04 +0200
commit2eb0ac96ae9d230c2d0b63e115a837b8dec39152 (patch)
tree854e892e0fabd8c6f2439a7eb52ce906396e6c0c
parentd5d360754058df51d1dbccc77160646c8e613648 (diff)
downloadaur-2eb0ac96ae9d230c2d0b63e115a837b8dec39152.tar.gz
bump version to v0.2.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 729a4731f50e..63ddb872748d 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.6
+ pkgver = 0.2.7
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.6.tar.gz
- md5sums = 35ad32e18cb973ef1432d118a7539b16
+ source = https://github.com/tudurom/windowchef/archive/v0.2.7.tar.gz
+ md5sums = 017c42b674844047fb6a07ac287ea50d
pkgname = windowchef
diff --git a/PKGBUILD b/PKGBUILD
index d23e3dc414f7..95b0a54528e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tudor Roman <tudurom@gmail.com>
pkgname=windowchef
-pkgver=0.2.6
+pkgver=0.2.7
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=("35ad32e18cb973ef1432d118a7539b16")
+md5sums=("017c42b674844047fb6a07ac287ea50d")
build() {
cd "$pkgname-$pkgver"