summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTudor Roman2017-08-22 23:44:47 +0300
committerTudor Roman2017-08-22 23:44:47 +0300
commite9d1bafa9d5631fd7b9749a46d2a5dd7072878b1 (patch)
tree2bf3bb14d5a79ab4077a2f69320140626135525f
parent0a2d1d184c5b1c7b1ff133ffc610f2e73dc0f9df (diff)
downloadaur-e9d1bafa9d5631fd7b9749a46d2a5dd7072878b1.tar.gz
bump version to v0.4.1
-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"