Merge branch 'master' of github.com:BioArchLinux/Packages

This commit is contained in:
Kuoi 2023-05-08 02:28:44 +08:00
commit 7493613482
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ pkgname=proot
_pkgname=proot
groups=('junest-extra')
pkgver=5.3.1
pkgrel=3
pkgrel=4
pkgdesc="chroot, mount --bind, and binfmt_misc without privilege/setup"
arch=('x86_64')
url="https://proot-me.github.io/"

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"
}