summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBuildTools2021-04-29 14:43:37 -0400
committerBuildTools2021-04-29 14:43:37 -0400
commit4d76df7cfd8ed4414d8f0911d45c95ff5e80c013 (patch)
tree300974ace14ba07c9c6f5b509165b8f225b11142 /PKGBUILD
parent64acad272d353deee0b2edbe69c55dc3f15f72f0 (diff)
downloadaur-4d76df7cfd8ed4414d8f0911d45c95ff5e80c013.tar.gz
update depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd9b0d1c78b5..3a25f486111b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="the no-bullshit wpm utility"
arch=('any')
url="https://github.com/jnats/nowpm"
license=('custom:beerware')
-depends=('coreutils' 'grep' 'sed' 'bash')
+depends=('coreutils' 'grep' 'sed' 'bash' 'wdiff' 'bc')
provides=('nowpm')
source=("nowpm::git+https://github.com/jnats/nowpm.git")