summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLukas Sabota2019-09-16 20:29:57 -0400
committerLukas Sabota2019-09-16 20:29:57 -0400
commitfa27309ab97e7c0f4d3ab8bd736330d9db3742f8 (patch)
tree50d8c7b6779c2a8e56de986a21d8de4d224591ef /PKGBUILD
parentcd451b857bd622701c63f8ed32499f0a7b322937 (diff)
downloadaur-ggmud.tar.gz
add cmake makedepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 084486248d66..a36264413b28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
-# Maintainer: Lukas Sabota <lukas@lwsabota.com>
+# Maintainer: Lukas Sabota <lukas _at_ lwsabota.com>
pkgname=ggmud
pkgver=0.9.4
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="GTK2 mud client inspired by tintin and sclient"
arch=('i686' 'x86_64')
url="http://www.ggsoft.org/ggmud/"
license=('GPL')
depends=('gtk2' 'lua')
+makedepends=('cmake')
source=("https://sourceforge.net/projects/ggmud/files/ggmud/$pkgver/GGMud-src.tar.gz")
md5sums=('653a1cb6177b1d0419ee50597540b9e0')