summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5590c35fc7c4..2c768878bc08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sat Oct 15 18:15:02 UTC 2022
pkgbase = libsh-git
pkgdesc = shell script with some usefull functions
pkgver = 215b1ab
@@ -6,6 +8,7 @@ pkgbase = libsh-git
arch = any
license = GPL2
makedepends = shpp
+ makedepends = git
depends = sh
depends = bash
depends = coreutils
diff --git a/PKGBUILD b/PKGBUILD
index 97ec3bb62e1d..e4890163de4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('GPL2')
provides=($_pkgname)
depends=('sh' 'bash' 'coreutils' 'sed' )
source=(git+https://github.com/Thaodan/$_pkgname)
-makedepends=('shpp')
+makedepends=('shpp' 'git')
pkgver() {
cd "$srcdir/$_pkgname"