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 b61c458253d2..73b837c19eea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=doas-sudo-shim
pkgver=0.1.1
-pkgrel=2
+pkgrel=3
pkgdesc="A shim for the sudo command that utilizes doas"
arch=(any)
url="https://github.com/jirutka/doas-sudo-shim"
license=(ISC)
+provides=(sudo)
conflicts=(sudo)
depends=(awk doas sh)
makedepends=(asciidoctor)