summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsonijr@gmail.com2023-04-01 22:45:39 -0300
committerjsonijr@gmail.com2023-04-01 22:45:39 -0300
commit5cba21efb84ff28aca9ae0c1ca038ffa36a8688d (patch)
tree592c14688709f5fd20f8b5d4c0a6c692f2fc3a2e
parenta7132c9b19107a324e4f355de09935956d13e771 (diff)
downloadaur-datediff.sh.tar.gz
fix optdeps
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6793f91bbe6b..8f4891a9bce4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = datediff.sh
arch = any
license = GPL3
depends = ksh
- optdepends = coreutils: c-code date to convert input to iso-8601
+ optdepends = coreutils: date: convert input to iso-8601
optdepends = bc: fractional time units (bash only)
source = https://github.com/mountaineerbr/shellDatediff/releases/download/v0.23.5/shellDatediff.tar.zst
sha256sums = bc2e303ee264f131de5b53580784c89fbdb6d3cb22592ecc5e9bd1a7496c1fdf
diff --git a/PKGBUILD b/PKGBUILD
index f43b26d7cbf6..6813672d31d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
license=('GPL3')
depends=('ksh')
optdepends=(
- 'coreutils: c-code date to convert input to iso-8601'
+ 'coreutils: date: convert input to iso-8601'
'bc: fractional time units (bash only)'
)
source=("https://github.com/mountaineerbr/${_pkgname}/releases/download/v${pkgver}/${_pkgname}.tar.zst")