Bump to 0.8.2

This commit is contained in:
Xavier Moffett 2024-05-21 20:13:34 -04:00
parent db0fbe0e6c
commit 1ef729449a
Signed by: Sapphirus
GPG Key ID: A6C061B2CEA1A7AC
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
pkgbase = pacwrap
pkgdesc = Facilitates the creation, management, and execution of unprivileged Arch-based bubblewrap containers.
pkgver = 0.8.1
pkgver = 0.8.2
pkgrel = 1
url = https://pacwrap.sapphirus.org/
arch = x86_64
@ -14,7 +14,7 @@ pkgbase = pacwrap
makedepends = pacman
makedepends = zstd
options = !lto
source = pacwrap::git+https://github.com/pacwrap/pacwrap.git#tag=0.8.1
source = pacwrap::git+https://github.com/pacwrap/pacwrap.git#tag=0.8.2
md5sums = SKIP
pkgname = pacwrap
@ -24,7 +24,7 @@ pkgname = pacwrap
depends = libalpm.so>=14
depends = libseccomp
depends = pacman
depends = pacwrap-dist=0.8.1
depends = pacwrap-dist=0.8.2
depends = zstd
optdepends = xdg-dbus-proxy
provides = pacwrap

View File

@ -2,7 +2,7 @@
_pkgname=pacwrap
pkgname=('pacwrap' 'pacwrap-dist')
pkgver=0.8.1
pkgver=0.8.2
pkgrel=1
pkgdesc="Facilitates the creation, management, and execution of unprivileged Arch-based bubblewrap containers."
arch=('x86_64')