summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBuildTools2021-08-03 18:24:01 +0200
committerBuildTools2021-08-03 18:24:01 +0200
commit7df421c1c9bcb3e38428053736625f8adf63e10a (patch)
tree257271b328654be192a4e98a0b9e7a6d2109103a /PKGBUILD
parent2d86e8b4768e71c373a11749bfcc234daaeb2698 (diff)
downloadaur-2048-curses.tar.gz
Added git as a make dependency
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() {