summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2023-06-28 00:03:39 +0200
committerNarrat2023-06-28 00:03:39 +0200
commita0ba91be64cbe6dd61d25e51599c4b6394ab425f (patch)
tree881469312e5139b75c71d53f0ca0bdf431d844da /PKGBUILD
parentef352b7ffc5704649d117c1cb523f57713a0bb7c (diff)
downloadaur-gwm.tar.gz
gwm: update to 2.4.1
add freetype2 as dep, as it searched one header from this package. Compiling threw some errors, but went through. Installing the language files tries to put those into root. Although it should be using $prefix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 65f7df8d294d..3f7555921dbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
-# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
+# Contributor: Frederic Bezies <fredbezies at gmail dot com>
# Contributor: Liang Wei <weiliang1503@yandex.com>
# Contributor: kleintux <reg-archlinux AT klein DOT tuxli DOT ch>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=gwm
-pkgver=0.9.14
+pkgver=2.4.1
pkgrel=1
pkgdesc="A modern tiling windows manager for X11"
arch=('x86_64' 'aarch64')
url="https://sourceforge.net/projects/gsmwm/"
license=('GPL3')
-depends=('bash' 'libx11' 'ctags')
+depends=('bash' 'freetype2' 'libx11' 'ctags')
source=("https://sourceforge.net/projects/gsmwm/files/$pkgname-$pkgver.tar.gz")
-sha256sums=('3d920481a8d42435c6a56f127840e421c4f22f1dfe60f8d39dc8374bcbb611c7')
+sha256sums=('7891d213d056539eb69fdff902b23bc915b295755c5a550235231ff7b4ba112c')
build() {
cd "$pkgname-$pkgver"