summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Yang2024-01-20 18:41:14 +0800
committerJun Yang2024-01-20 18:41:14 +0800
commitfd2e8bca71d8dcf00f5c83804e1d24c33a9121fd (patch)
tree66255988790b589cafe0bbc4be278b29a99870ea
parent56aae0bf89d2e19a6c7bef07d3ef9cf950a2f80e (diff)
downloadaur-fd2e8bca71d8dcf00f5c83804e1d24c33a9121fd.tar.gz
fix: add deps
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23d05bcb1656..c90fb08f542e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Rename files in batch using sed syntax"
arch=('x86_64')
url="https://github.com/harttle/fsed"
license=('MIT')
-depends=()
+depends=('sed' 'coreutils')
provides=("${pkgname}")
conflicts=("${pkgname}")
pkgbase=fsed