summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5aecc972130..3b6125eb529b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,8 @@ pkgdesc="s2argv converts a command string into an argv array for execv*, execs i
arch=('any')
url="https://github.com/rd235/$_pkgname"
license=('GPL2')
-groups=('view-os')
+depends=('glibc')
+makedepends=('git')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("git+$url.git")