summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f129c78..1aa0eed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,9 @@ pkgbase = repofish
url = https://git.seppia.net/repofish.git
arch = any
license = GPLv3
- depends = curl git jq
+ depends = curl
+ depends = git
+ depends = jq
provides = repofish
conflicts = repofish,repofish
source = https://git.seppia.net/repofish.git/snapshot/repofish-0.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 6cff539..812ccb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('any')
url="https://git.seppia.net/repofish.git"
license=('GPLv3')
groups=()
-depends=('curl git jq')
+depends=('curl' 'git' 'jq')
provides=("${pkgname}")
conflicts=("${pkgname}","${pkgname%-git}")
replaces=()