summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da8ec9119054..d4a1928dd681 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ url="https://github.com/$pkgname/$pkgname"
source=("https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz")
sha1sums=('79d6b16345d22f83faad6164e5ad968713a8dcda')
license=('MIT')
-depends=('git' 'zsh')
+depends=('git' 'zsh' 'awk')
+conflicts=('mawk' 'mawk-git')
install='zplug.install'
package() {