summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornycex2020-10-17 10:25:33 +0200
committernycex2020-10-17 10:25:33 +0200
commit3663ee6e7024f8548e37d79e06db7e66341a5e01 (patch)
tree627c6a12320f838f9df71f11ec303467612016e3
parent9e51fd33ef132fb64b24a0e80b1ba9153d75ba17 (diff)
downloadaur-3663ee6e7024f8548e37d79e06db7e66341a5e01.tar.gz
add git as make dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cd650272be9..c86d612445fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = axosnake-git
url = https://codeberg.org/nycex/axosnake
arch = any
license = MIT
+ makedepends = git
depends = cargo
source = git+https://gitlab.com/nycex/axosnake
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ce8ee71f349e..85b3cf3b0efc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('any')
url="https://codeberg.org/nycex/$_pkgbasename"
license=('MIT')
depends=('cargo')
+makedepends=('git')
source=(git+https://gitlab.com/nycex/${_pkgbasename})
sha256sums=('SKIP')