summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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')