summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Sabota2019-09-16 20:29:57 -0400
committerLukas Sabota2019-09-16 20:29:57 -0400
commitfa27309ab97e7c0f4d3ab8bd736330d9db3742f8 (patch)
tree50d8c7b6779c2a8e56de986a21d8de4d224591ef
parentcd451b857bd622701c63f8ed32499f0a7b322937 (diff)
downloadaur-ggmud.tar.gz
add cmake makedepend
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa33104cbcc8..9289b8c63b86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = ggmud
pkgdesc = GTK2 mud client inspired by tintin and sclient
pkgver = 0.9.4
- pkgrel = 1
+ pkgrel = 2
url = http://www.ggsoft.org/ggmud/
arch = i686
arch = x86_64
license = GPL
+ makedepends = cmake
depends = gtk2
depends = lua
source = https://sourceforge.net/projects/ggmud/files/ggmud/0.9.4/GGMud-src.tar.gz
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')