summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakub Jirutka2022-03-15 22:39:17 +0100
committerJakub Jirutka2022-03-15 22:39:17 +0100
commit814958be95565ec6151930ffc0e85257e3d987c3 (patch)
tree055162c0c66191e2fe8d42f53536b4a615d1e269 /PKGBUILD
parentdc8bca92be8bc5c9b49a730f016cd1729c36a2dc (diff)
downloadaur-814958be95565ec6151930ffc0e85257e3d987c3.tar.gz
Fix depends - add awk, sh
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4d37a5a74ff..b61c458253d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=(any)
url="https://github.com/jirutka/doas-sudo-shim"
license=(ISC)
conflicts=(sudo)
-depends=(doas)
+depends=(awk doas sh)
makedepends=(asciidoctor)
source=("$pkgname-$pkgver.tar.gz::https://github.com/jirutka/doas-sudo-shim/archive/v$pkgver.tar.gz")
sha256sums=('795762a05ecf016d5dc5f1392b447d324380320bc913826b9ccc10ed0cefe43d')