summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBryn Edwards2023-08-27 21:29:47 +0100
committerBryn Edwards2023-08-27 21:29:47 +0100
commit7274cd6bc3bf0d9b3eccc03328c5cd7728ac2881 (patch)
treefdcfae679618b8f1d1c48c1f2dbd31fcd0ffe848 /PKGBUILD
parentf37f70d5b4247b61c8452c76266ffc4513c63e95 (diff)
downloadaur-zplug.tar.gz
add awk depends/conflicts
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() {