Bump to 0.8.3

This commit is contained in:
Xavier Moffett 2024-06-07 18:50:12 -04:00
parent 1ef729449a
commit 3405e220d7
Signed by: Sapphirus
GPG Key ID: A6C061B2CEA1A7AC
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
pkgbase = pacwrap pkgbase = pacwrap
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.2 pkgver = 0.8.3
pkgrel = 1 pkgrel = 1
url = https://pacwrap.sapphirus.org/ url = https://pacwrap.sapphirus.org/
arch = x86_64 arch = x86_64
@ -14,7 +14,7 @@ pkgbase = pacwrap
makedepends = pacman makedepends = pacman
makedepends = zstd makedepends = zstd
options = !lto options = !lto
source = pacwrap::git+https://github.com/pacwrap/pacwrap.git#tag=0.8.2 source = pacwrap::git+https://github.com/pacwrap/pacwrap.git#tag=0.8.3
md5sums = SKIP md5sums = SKIP
pkgname = pacwrap pkgname = pacwrap
@ -24,7 +24,7 @@ pkgname = pacwrap
depends = libalpm.so>=14 depends = libalpm.so>=14
depends = libseccomp depends = libseccomp
depends = pacman depends = pacman
depends = pacwrap-dist=0.8.2 depends = pacwrap-dist=0.8.3
depends = zstd depends = zstd
optdepends = xdg-dbus-proxy optdepends = xdg-dbus-proxy
provides = pacwrap provides = pacwrap

View File

@ -2,7 +2,7 @@
_pkgname=pacwrap _pkgname=pacwrap
pkgname=('pacwrap' 'pacwrap-dist') pkgname=('pacwrap' 'pacwrap-dist')
pkgver=0.8.2 pkgver=0.8.3
pkgrel=1 pkgrel=1
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."
arch=('x86_64') arch=('x86_64')