summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbl00dy18372021-07-09 19:59:51 +0200
committerbl00dy18372021-07-09 19:59:51 +0200
commit321d4d61f738ca106d36821b8276cc81c768f639 (patch)
treed9d951149e1f7ecb28879cee2f22ec8538a5b8e1 /PKGBUILD
parent077f5b8e020a176ebc359c28473efb2f02c395a6 (diff)
downloadaur-321d4d61f738ca106d36821b8276cc81c768f639.tar.gz
updatet to newest version 0.9.3. aarch64 tested and added.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a60282394fc..efc4478f7807 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
# Contributor: Liang Wei <weiliang1503@yandex.com>
+# Contributor: kleintux <reg-archlinux AT klein DOT tuxli DOT ch>
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=gwm
-pkgver=0.8
+pkgver=0.9.3
pkgrel=1
epoch=
pkgdesc="A modern tiling windows manager for X11"
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url="https://sourceforge.net/projects/gsmwm/"
license=('GPL3')
depends=('bash' 'libx11')
source=("https://sourceforge.net/projects/gsmwm/files/$pkgname-$pkgver.tar.gz")
-sha256sums=('b81b775f1d14df2253294423fcf5edd311626d1374792c5661f24e4a9a3dc816')
+sha256sums=('8568aee5160ca46aa3ced12d5c1f1402c4d38a94e19eae5600fc7b3349d8631e')
build() {
cd "$pkgname-$pkgver"