summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakub Jirutka2023-02-03 23:37:49 +0100
committerJakub Jirutka2023-02-03 23:37:49 +0100
commit658b394d87c75fff11ec51ad7299a0339f31f87f (patch)
treeb0fbb35c2e66cfedcb42a300bb99dbd2ea63f77d /PKGBUILD
parent814958be95565ec6151930ffc0e85257e3d987c3 (diff)
downloadaur-658b394d87c75fff11ec51ad7299a0339f31f87f.tar.gz
Add provides=sudo
Resolves https://aur.archlinux.org/packages/doas-sudo-shim#comment-900556
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)