summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJaroslav Lichtblau2018-08-16 20:44:07 +0200
committerJaroslav Lichtblau2018-08-16 20:44:07 +0200
commit69ad7507194be0659d4391278903b154451367e0 (patch)
tree2969f504cad9e448b79fb428c006c1305ebee964 /PKGBUILD
parent579793f921a6843333b29b39a423584f0f7381a5 (diff)
downloadaur-69ad7507194be0659d4391278903b154451367e0.tar.gz
9wm-1.4.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e6584956430..e5c79cf4798b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Callan Barrett <wizzomafizzo@gmail.com>
pkgname=9wm
-pkgver=1.4.0
+pkgver=1.4.1
pkgrel=1
pkgdesc="X11 Window Manager inspired by Plan 9's rio"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/9wm/9wm"
license=('MIT')
depends=('libxext' 'libxau' 'libxdmcp')
source=($pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('a4edc21011a80aba8481325d2b3ea7656e594b882343346d70378497e704e36e')
+sha256sums=('4b204d79538643911af562a3ef46c4f7f0c2da85e894f2bc773d72104073d87d')
build() {
cd "${srcdir}"/$pkgname-$pkgver