summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCrankySupertoon2020-09-28 20:02:53 -0400
committerCrankySupertoon2020-09-28 20:02:53 -0400
commitb2fb0a8f06c78edcd6b1fc5eb510193e556bee24 (patch)
treeb7cabf4af20d2b70e09bbd975cbce8534eda21cd /PKGBUILD
parentf6e89284fa9e364cf3db1f3432ba9c5c1f22ec6d (diff)
downloadaur-gamemaker-studio-decompiler-git.tar.gz
add git as a makedependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b81b6600b771..965f6ef690b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=v1.0.beta.with.bugfixes.r2.g7d2b606
pkgrel=1
pkgdesc='GameMaker: Studio data.win unpacker and decompiler non-YYC, specifically made for Undertale, based on libaltar and Mirrawrs data site'
arch=('x86_64')
-makedepends=('clang')
+makedepends=('clang' 'git')
depends=('mono' 'sdl2')
url='https://github.com/jeason1997/GameMaker-Studio-Decompiler'
conflicts=('gamemaker-studio-decompiler')