summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Langlois2022-07-01 23:21:41 -0600
committerTyler Langlois2022-07-01 23:21:41 -0600
commit794ce8bb5c387299bc252e4f774fc58bc107ea70 (patch)
treeb5688bc91e8cd137e013665bcf787c27c8b0c61f
parentca67d6cf3428ff262ab60dc1bc166e05e80db377 (diff)
downloadaur-794ce8bb5c387299bc252e4f774fc58bc107ea70.tar.gz
Remove gawk from deps
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c4ba6b2b889a..33ea15b1ecc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="Get notified about running daemons that reference outdated shared libra
arch=('any')
url="https://github.com/tylerjl/$pkgname"
license=('MIT')
-depends=('gawk' 'lsof')
source=("https://github.com/tylerjl/$pkgname/archive/v$pkgver.tar.gz")
+depends=('lsof')
sha256sums=('4576cb2b3c7ebb9203c0606465c9fbaa67aec726306575619fa5fc75d548dff5')
package() {