summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTudor Roman2016-12-16 19:52:45 +0200
committerTudor Roman2016-12-16 19:52:45 +0200
commitae8bafe53b72ed23ba215cd609ec72d77e3562b9 (patch)
tree6be6a880194f98f01233b677d892e6e6d8ab52d1
parent0d8db2d782722e12fbcb82c42c5c71b8245a14db (diff)
downloadaur-ae8bafe53b72ed23ba215cd609ec72d77e3562b9.tar.gz
bumped version to v0.2.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1e1e1d0a11a..5ca6e75756d3 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.4
+ pkgver = 0.2.5
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.4.tar.gz
- md5sums = a831ddb887a64e82890c3a243287604c
+ source = https://github.com/tudurom/windowchef/archive/v0.2.5.tar.gz
+ md5sums = 79a455f5df5d0ac0e8e1e3f3e65a9968
pkgname = windowchef
diff --git a/PKGBUILD b/PKGBUILD
index 0008d28824f2..d0a508c7e979 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tudor Roman <tudurom@gmail.com>
pkgname=windowchef
-pkgver=0.2.4
+pkgver=0.2.5
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=("a831ddb887a64e82890c3a243287604c")
+md5sums=("79a455f5df5d0ac0e8e1e3f3e65a9968")
build() {
cd "$pkgname-$pkgver"