sudo-fake: auto updated to 0.1.3-4

This commit is contained in:
BioArchLinuxBot 2023-05-07 18:17:49 +00:00
parent ffcab03f24
commit 3bd947f806

View file

@ -1,6 +1,6 @@
pkgname=sudo-fake
pkgver=0.1.3
pkgrel=3
pkgrel=4
pkgdesc="Simple script that bypasses sudo and execute the actual command. Useful for fakeroot environments."
arch=('any')
url="https://github.com/fsquillace/junest-aur-repo/blob/master/pkgs/sudo-fake/"
@ -9,7 +9,7 @@ conflicts=('sudo')
groups=('junest-extra')
depends=('fakeroot' 'fakechroot')
source=('sudo-fake')
sha256sums=('3c9a32278b833a2766c05e3df065486b76d7ff91fee3db9f3fd97fd913f73b62')
sha256sums=('fbf099037d7a641f3486017a32ed717ee848b4a0fb5cfcfe84e3d1a410061f2d')
package() {
install -Dm 755 $srcdir/$pkgname "${pkgdir}/usr/bin/sudo"
}