summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTuring Technologies (Wynne Plaga)2018-12-06 12:45:05 -0500
committerTuring Technologies (Wynne Plaga)2018-12-06 12:45:05 -0500
commitb993e0015b12d25d867c5a4e895c8c44b8c20d8d (patch)
tree724da5e7e0d1875a8f62d1990fb89964af95e593
parent4762b67a9459faacc806985ee6cbc5bf98aadda0 (diff)
downloadaur-b993e0015b12d25d867c5a4e895c8c44b8c20d8d.tar.gz
Add git as makedep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28fd63f7fc39..c312c81881cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = gogh-git
pkgrel = 1
url = https://github.com/Mayccoll/Gogh
arch = any
+ makedepends = git
depends = dconf
source = git+https://github.com/Mayccoll/Gogh.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3d68d77dff6f..4fa2fdd22e07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ arch=('any')
url="https://github.com/Mayccoll/Gogh"
#license=('MIT')
depends=('dconf')
+makedepends=('git')
source=("git+https://github.com/Mayccoll/Gogh.git")
md5sums=('SKIP')