summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSeppia <seppia@seppia.net>2018-06-02 13:08:59 +0200
committerSeppia <seppia@seppia.net>2018-06-02 13:08:59 +0200
commit82412ef23fe01f5cf4033044900e5d0b8e7cf6ae (patch)
tree85891e6478ea4e8430c64cfb03d1eb5da0794784 /PKGBUILD
parent2a98d3a18c7c1e31ec6e0a1d2ffa7d7572e281e6 (diff)
downloadrepofish-82412ef23fe01f5cf4033044900e5d0b8e7cf6ae.tar.gz
repofish-82412ef23fe01f5cf4033044900e5d0b8e7cf6ae.tar.bz2
repofish-82412ef23fe01f5cf4033044900e5d0b8e7cf6ae.zip
Typo fix
Fixed typo in dependecy array.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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=()