summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCiD-2021-09-10 15:39:15 -0400
committerCiD-2021-09-10 15:39:15 -0400
commitb8f67e55f1704e524a6ec7f90db0da4abaab090a (patch)
treea775b1eb752ea61d5d597a7969ac0ea52eee3b02 /PKGBUILD
parent2521c92bb4f05997e0d58e7f7ff7e518359b503c (diff)
downloadaur-b8f67e55f1704e524a6ec7f90db0da4abaab090a.tar.gz
dependency libcsv->stdcsv
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbef52260c99..e55561eefb48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=(x86_64) # It is only tested on x86_64
url="https://github.com/jasonKercher/fql"
license=(MIT)
groups=()
-depends=(antlr4-runtime pcre libcsv)
+depends=(antlr4-runtime pcre stdcsv)
makedepends=()
checkdepends=(check)
optdepends=()