summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2021-02-03 05:01:42 -0500
committerPatrick Northon2021-02-03 05:01:42 -0500
commit496f9eb02b0404eb0f0eaf4b2996764164831791 (patch)
treef2fd6fbd6141dbbb0f2550fbccd6bcb5ab3c73eb
parentd2c7f0a8fdecbaf066933d53b15cc768cb30c652 (diff)
downloadaur-496f9eb02b0404eb0f0eaf4b2996764164831791.tar.gz
Add makedepends.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78b51465b106..f76b1bddc68d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = opentyrian
arch = i686
arch = x86_64
license = GPL2
+ makedepends = git
depends = sdl2
depends = sdl2_net
optdepends = hicolor-icon-theme: .desktop file icons
diff --git a/PKGBUILD b/PKGBUILD
index 54bb4eee391e..464980823f44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ url="https://github.com/opentyrian/opentyrian"
arch=('i686' 'x86_64')
license=('GPL2')
depends=('sdl2' 'sdl2_net')
+makedepends=('git')
provides=('tyrian')
optdepends=('hicolor-icon-theme: .desktop file icons')
source=("git+https://github.com/opentyrian/opentyrian#commit=650e1f72fd18d2242d10d706afa7f77f80151aea"