summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreugene2022-06-06 21:13:35 +0000
committereugene2022-06-06 21:13:35 +0000
commit8857b72b94407cf120011415a90ffe876d1b9945 (patch)
tree3e117dc5fd5e5bd7399f175f8adeb4c2ea316af0
parent1a675ccf6c912b0ae5f92e039d4edea0977b3a6b (diff)
downloadaur-8857b72b94407cf120011415a90ffe876d1b9945.tar.gz
add git into makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4726b8033fb8..8a4e40d3cfcd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 37fc844f5045..74489014e3cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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)