summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2020-11-28 19:42:40 +0100
committerhaawda2020-11-28 19:42:40 +0100
commitedc881ae3d16e6662d30ba14d4b6edb4b83d3ed8 (patch)
treeca30722808178ceef87bc39b9fc871f35bfd22a1 /PKGBUILD
parent841746cf34e7b1f091cc5c35265bd7bc1307d396 (diff)
downloadaur-edc881ae3d16e6662d30ba14d4b6edb4b83d3ed8.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83a350d70230..01a5897dce2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
-# Maintainer: Liang Wei <weiliang1503@yandex.com>
+# Contributor: Liang Wei <weiliang1503@yandex.com>
+# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
+
pkgname=gwm
-pkgver=0.7.4
+pkgver=0.8
pkgrel=1
epoch=
-pkgdesc="A modern tilling windows manager for X11"
+pkgdesc="A modern tiling windows manager for X11"
arch=('x86_64')
url="https://sourceforge.net/projects/gsmwm/"
-license=('GPL')
+license=('GPL3')
depends=('bash' 'libx11')
-makedepends=('git')
-source=("$srcdir/$pkgname-$pkgver::git://git.code.sf.net/p/gsmwm/code")
-noextract=("${source[@]##*/}")
-md5sums=('SKIP')
+source=("https://sourceforge.net/projects/gsmwm/files/$pkgname-$pkgver.tar.gz")
+md5sums=('1ef172ccf0ef2ba6c0b56c706504964c')
build() {
cd "$pkgname-$pkgver"