summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAleksana2022-04-25 21:59:12 +0800
committerAleksana2022-04-25 21:59:12 +0800
commitc4e68d59d540e4f9227db4d22051391bf6578254 (patch)
tree57cdbd175d7744e121f12e755b97a38d54811dad /PKGBUILD
parent05ff9c498248102d0bbeb9ba3224d5082491ce99 (diff)
downloadaur-polkit-fakesudo.tar.gz
upgrade to 0.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aeb91616bbf7..ad515c892c49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Aleksana QWQ <me@aleksana.moe>
pkgname=polkit-fakesudo
-pkgver=0.0.2
+pkgver=0.0.3
pkgrel=1
pkgdesc="A very very stupid fake sudo,using polkit pkexec to grant permissions."
arch=('any')
url='https://github.com/Aleksanaa/polkit-fakesudo'
license=('GPL3')
-depends=('bash' 'coreutils' 'gawk' 'polkit')
+depends=('bash' 'coreutils' 'gawk' 'findutils' 'polkit')
provides=('sudo')
conflicts=('sudo')
makedepends=('git')