diff options
author | eugene | 2022-06-06 21:13:35 +0000 |
---|---|---|
committer | eugene | 2022-06-06 21:13:35 +0000 |
commit | 8857b72b94407cf120011415a90ffe876d1b9945 (patch) | |
tree | 3e117dc5fd5e5bd7399f175f8adeb4c2ea316af0 | |
parent | 1a675ccf6c912b0ae5f92e039d4edea0977b3a6b (diff) | |
download | aur-8857b72b94407cf120011415a90ffe876d1b9945.tar.gz |
add git into makedepends
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,7 @@ pkgbase = sdl2_pango url = https://github.com/markuskimius/SDL2_Pango arch = x86_64 license = LGPL + makedepends = git depends = pango depends = sdl2 source = sdl2_pango-748d126fb6900107e6344ee962b8b48e2b73c88e::git+https://github.com/markuskimius/SDL2_Pango.git#commit=748d126fb6900107e6344ee962b8b48e2b73c88e @@ -10,6 +10,7 @@ arch=("x86_64") url="https://github.com/markuskimius/SDL2_Pango" license=("LGPL") depends=("pango" "sdl2") +makedepends=("git") _commit=748d126fb6900107e6344ee962b8b48e2b73c88e source=("sdl2_pango-$_commit::git+$url.git#commit=$_commit") sha256sums=(SKIP) |