mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
junest: fix
This commit is contained in:
parent
93034ce41a
commit
7980814e93
3 changed files with 4 additions and 4 deletions
|
@ -10,9 +10,8 @@ pkgdesc="chroot, mount --bind, and binfmt_misc without privilege/setup"
|
|||
arch=('i686' 'x86_64')
|
||||
url="https://proot-me.github.io/"
|
||||
license=('GPL')
|
||||
provides=('proot')
|
||||
depends=('talloc')
|
||||
makedepends=('python-docutils' 'libxslt')
|
||||
depends=('talloc' 'gcc-libs')
|
||||
makedepends=('python-docutils' 'libxslt' 'git')
|
||||
source=(${pkgname}-v${pkgver}.tar.gz::https://github.com/cedric-vincent/${_pkgname}/archive/v${pkgver}.tar.gz)
|
||||
sha256sums=('966afe32bf9a9d0e80836a8874d4dd829c51750060d9e0f30d330b1ed7eec8c2')
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ pkgdesc="Simple script that bypasses sudo and execute the actual command. Useful
|
|||
arch=('any')
|
||||
url="https://github.com/fsquillace/junest-aur-repo/blob/master/pkgs/sudo-fake/"
|
||||
license=('GPL')
|
||||
conflicts=('sudo')
|
||||
groups=('junest-extra')
|
||||
depends=('fakeroot' 'fakechroot')
|
||||
package() {
|
||||
|
|
|
@ -10,4 +10,4 @@ post_build_script: |
|
|||
update_on:
|
||||
- source: regex
|
||||
url: "https://raw.githubusercontent.com/fsquillace/junest-aur-repo/master/pkgs/sudo-fake/PKGBUILD"
|
||||
regex: 'versioin=([\d.]+\d+)'
|
||||
regex: 'versioin=(\d+.\d+.\d+)'
|
||||
|
|
Loading…
Add table
Reference in a new issue