From 956285d9e1a0b220880c1fbbf480608da6102ff3 Mon Sep 17 00:00:00 2001 From: Xavier Date: Sat, 6 Apr 2024 01:15:33 -0400 Subject: [PATCH] Bump to 0.8.0.r9.a8f2d58 --- .SRCINFO | 4 ++-- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e401890..02b99ac 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = pacwrap-git pkgdesc = Facilitates the creation, management, and execution of unprivileged Arch-based bubblewrap containers. - pkgver = 0.7.2.r39.3dfd035 + pkgver = 0.8.0.r9.a8f2d58 pkgrel = 1 url = https://pacwrap.sapphirus.org/ arch = x86_64 @@ -24,7 +24,7 @@ pkgname = pacwrap-git depends = pacman depends = libalpm.so>=14 depends = libseccomp - depends = pacwrap-dist-git=0.7.2.r39.3dfd035 + depends = pacwrap-dist-git=0.8.0.r9.a8f2d58 depends = zstd optdepends = xdg-dbus-proxy provides = pacwrap diff --git a/PKGBUILD b/PKGBUILD index c835f07..db8e39e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=pacwrap pkgname=('pacwrap-git' 'pacwrap-dist-git') -pkgver=0.7.2.r39.3dfd035 +pkgver=0.8.0.r9.a8f2d58 pkgrel=1 _pkgbase=$_pkgname pkgdesc="Facilitates the creation, management, and execution of unprivileged Arch-based bubblewrap containers."