summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c85e5fe04c4..97138686501c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Curses based popular game 2048 written in C"
arch=('x86_64' 'aarch64' 'armv7h')
url="https://github.com/theretikgm/2048-curses"
license=('GPL')
-depends=('ncurses>=6.0-0')
+depends=('ncurses>=6.0-0' 'git')
source=("git+https://github.com/theretikgm/2048-curses.git")
sha256sums=('SKIP')
build() {