mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
sudo-fake: auto updated to 0.1.3-4
This commit is contained in:
parent
ffcab03f24
commit
3bd947f806
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue