1
0
mirror of https://aur.archlinux.org/pacwrap.git synced 2024-09-19 09:00:46 +00:00

Bump to 0.8.4

This commit is contained in:
Xavier Moffett 2024-06-14 18:32:25 -04:00
parent 3405e220d7
commit 23c7797c75
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.3
pkgver = 0.8.4
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.3
source = pacwrap::git+https://github.com/pacwrap/pacwrap.git#tag=0.8.4
md5sums = SKIP
pkgname = pacwrap
@ -24,7 +24,7 @@ pkgname = pacwrap
depends = libalpm.so>=14
depends = libseccomp
depends = pacman
depends = pacwrap-dist=0.8.3
depends = pacwrap-dist=0.8.4
depends = zstd
optdepends = xdg-dbus-proxy
provides = pacwrap

View File

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