summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6f83a12835e..8077935ec188 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,8 +4,9 @@ pkgbase = s2argv-execs-git
pkgrel = 1
url = https://github.com/rd235/s2argv-execs
arch = any
- groups = view-os
license = GPL2
+ makedepends = git
+ depends = glibc
provides = s2argv-execs
conflicts = s2argv-execs
source = git+https://github.com/rd235/s2argv-execs.git
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")