summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn Edwards2023-08-27 21:29:47 +0100
committerBryn Edwards2023-08-27 21:29:47 +0100
commit7274cd6bc3bf0d9b3eccc03328c5cd7728ac2881 (patch)
treefdcfae679618b8f1d1c48c1f2dbd31fcd0ffe848
parentf37f70d5b4247b61c8452c76266ffc4513c63e95 (diff)
downloadaur-zplug.tar.gz
add awk depends/conflicts
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12e6c4e84d35..7c7da49e7f40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,9 @@ pkgbase = zplug
license = MIT
depends = git
depends = zsh
+ depends = awk
+ conflicts = mawk
+ conflicts = mawk-git
source = https://github.com/zplug/zplug/archive/2.4.2.tar.gz
sha1sums = 79d6b16345d22f83faad6164e5ad968713a8dcda
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() {