summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGFdevelop2020-02-15 22:23:18 +0100
committerGFdevelop2020-02-15 22:23:18 +0100
commite75a198933c2557f037c1a2632218fb703366ca1 (patch)
treee4fb7ee9d9d36e45e888c642ed91cf037dd83828
parent46737822a0bf66d9e4ee1b390fd9e1cec0d40dce (diff)
downloadaur-e75a198933c2557f037c1a2632218fb703366ca1.tar.gz
Fixed depends/makedepends
-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")