mirror of
https://git.sapphirus.org/AUR/pacwrap-git.git
synced 2024-11-21 22:26:28 +00:00
Bump to 0.8.1.r6.6168fef
- Attribution update
This commit is contained in:
parent
d1bca045b9
commit
965aa961b2
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = pacwrap-git
|
pkgbase = pacwrap-git
|
||||||
pkgdesc = Facilitates the creation, management, and execution of unprivileged Arch-based bubblewrap containers.
|
pkgdesc = Facilitates the creation, management, and execution of unprivileged Arch-based bubblewrap containers.
|
||||||
pkgver = 0.8.0.r13.93a3386
|
pkgver = 0.8.1.r6.6168fef
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://pacwrap.sapphirus.org/
|
url = https://pacwrap.sapphirus.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -24,7 +24,7 @@ pkgname = pacwrap-git
|
||||||
depends = libalpm.so>=14
|
depends = libalpm.so>=14
|
||||||
depends = libseccomp
|
depends = libseccomp
|
||||||
depends = pacman
|
depends = pacman
|
||||||
depends = pacwrap-dist-git=0.8.0.r13.93a3386
|
depends = pacwrap-dist-git=0.8.1.r6.6168fef
|
||||||
depends = zstd
|
depends = zstd
|
||||||
optdepends = xdg-dbus-proxy
|
optdepends = xdg-dbus-proxy
|
||||||
provides = pacwrap
|
provides = pacwrap
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,8 +1,8 @@
|
||||||
# Maintainer: Xavier R.M. (sapphirus at azorium dot net)
|
# Maintainer: Xavier Moffett (sapphirus at azorium dot net)
|
||||||
|
|
||||||
_pkgname=pacwrap
|
_pkgname=pacwrap
|
||||||
pkgname=('pacwrap-git' 'pacwrap-dist-git')
|
pkgname=('pacwrap-git' 'pacwrap-dist-git')
|
||||||
pkgver=0.8.0.r13.93a3386
|
pkgver=0.8.1.r6.6168fef
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
_pkgbase=$_pkgname
|
_pkgbase=$_pkgname
|
||||||
pkgdesc="Facilitates the creation, management, and execution of unprivileged Arch-based bubblewrap containers."
|
pkgdesc="Facilitates the creation, management, and execution of unprivileged Arch-based bubblewrap containers."
|
||||||
|
|
Loading…
Reference in a new issue