summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornycex2020-10-17 10:25:33 +0200
committernycex2020-10-17 10:25:33 +0200
commit3663ee6e7024f8548e37d79e06db7e66341a5e01 (patch)
tree627c6a12320f838f9df71f11ec303467612016e3 /PKGBUILD
parent9e51fd33ef132fb64b24a0e80b1ba9153d75ba17 (diff)
downloadaur-axosnake-git.tar.gz
add git as make dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
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')