summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSam Al-Sapti2023-01-25 20:10:34 +0100
committerSam Al-Sapti2023-01-25 20:10:34 +0100
commit6ffd13fcee769c1f318a6abb9f71bf7c5aa34eec (patch)
tree9fdd83660ca00387bb1667bd78a3064ee102094b /PKGBUILD
parent8defcac9c33237ae41d2723d20ba3e1a39f597e0 (diff)
downloadaur-6ffd13fcee769c1f318a6abb9f71bf7c5aa34eec.tar.gz
Add comment to clarify provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8a10c10a810..5bd80b480af3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url="https://github.com/Duncaen/OpenDoas"
license=('MIT')
depends=('opendoas')
-provides=('sudo')
+provides=('sudo') # makes sudo appear as a satisfied dependency for other packages
conflicts=('sudo')
package() {