summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Riha2019-06-16 17:35:46 +0200
committerJose Riha2019-06-16 17:35:46 +0200
commit2b7a259f700d00bc756433d811a8e72c49a993b9 (patch)
tree73ec76add5a92f6e287dc3a75787f6cb86a21137
parentcb393774bbabf2e0c8b3a914d229014bea1efbbf (diff)
downloadaur-2b7a259f700d00bc756433d811a8e72c49a993b9.tar.gz
Add makedep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc9f735dfd8d..6910aeb06511 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = tribal-trouble-git
pkgdesc = Real-time strategy game that pits natives of tropical islands against invading Vikings
pkgver = 20190420
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/team-penguin/tribaltrouble
install = tribaltrouble.install
arch = x86_64
license = GPL
makedepends = ant
makedepends = gendesk
+ makedepends = mercurial
depends = java-runtime
options = !strip
source = git+https://github.com/team-penguin/tribaltrouble.git
diff --git a/PKGBUILD b/PKGBUILD
index d03c3f8e135b..363a9f4b13ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=tribal-trouble-git
pkgver=20190420
-pkgrel=1
+pkgrel=2
pkgdesc='Real-time strategy game that pits natives of tropical islands against invading Vikings'
arch=(x86_64)
url="https://github.com/team-penguin/tribaltrouble"
license=('GPL')
depends=(java-runtime)
-makedepends=(ant gendesk)
+makedepends=(ant gendesk mercurial)
install=tribaltrouble.install
source=(git+https://github.com/team-penguin/tribaltrouble.git tribaltrouble.sh tribaltrouble.install)
md5sums=('SKIP'