Bump to 0.8.5

This commit is contained in:
Xavier Moffett 2024-09-14 22:06:38 -04:00
parent bdbffc1f5b
commit 1f7c338a50
Signed by: Sapphirus
GPG Key ID: A6C061B2CEA1A7AC
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
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.4 pkgver = 0.8.5
pkgrel = 2 pkgrel = 1
url = https://pacwrap.sapphirus.org/ url = https://pacwrap.sapphirus.org/
arch = x86_64 arch = x86_64
license = GPLv3-only license = GPLv3-only
@ -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.4 source = pacwrap::git+https://github.com/pacwrap/pacwrap.git#tag=0.8.5
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.4 depends = pacwrap-dist=0.8.5
depends = zstd depends = zstd
optdepends = xdg-dbus-proxy optdepends = xdg-dbus-proxy
provides = pacwrap provides = pacwrap

View File

@ -2,8 +2,8 @@
_pkgname=pacwrap _pkgname=pacwrap
pkgname=('pacwrap' 'pacwrap-dist') pkgname=('pacwrap' 'pacwrap-dist')
pkgver=0.8.4 pkgver=0.8.5
pkgrel=2 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')
url="https://pacwrap.sapphirus.org/" url="https://pacwrap.sapphirus.org/"