summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')