summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98c121b0b51f..20b7d357b9bc 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.4.0
+ pkgver = 0.4.1
pkgrel = 1
url = https://github.com/tudurom/windowchef
arch = i686
@@ -15,8 +15,8 @@ pkgbase = windowchef
optdepends = wmutils-git
optdepends = lemonbar
conflicts = windowchef-git
- source = https://github.com/tudurom/windowchef/archive/v0.4.0.tar.gz
- md5sums = 75e9e556e2728e139233713e323d1086
+ source = https://github.com/tudurom/windowchef/archive/v0.4.1.tar.gz
+ md5sums = 12d3424a88ca5f8bc270c5815d649c02
pkgname = windowchef
diff --git a/PKGBUILD b/PKGBUILD
index 239137862455..bb33620ce9d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tudor Roman <tudurom@gmail.com>
pkgname=windowchef
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=1
pkgdesc="A stacking window manager that cooks windows with orders from the Waitron"
arch=("i686" "x86_64" "armv7h" "aarch64")
@@ -11,7 +11,7 @@ optdepends=("sxhkd" "wmutils-git" "lemonbar")
makedepends=("xproto")
conflicts=('windowchef-git')
source=("https://github.com/tudurom/$pkgname/archive/v${pkgver}.tar.gz")
-md5sums=("75e9e556e2728e139233713e323d1086")
+md5sums=("12d3424a88ca5f8bc270c5815d649c02")
build() {
cd "$pkgname-$pkgver"