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 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')