From 1e694855ca111aa87e83217911590b71761bd802 Mon Sep 17 00:00:00 2001 From: Xavier Moffett Date: Thu, 26 Sep 2024 16:42:41 -0400 Subject: [PATCH] Bump to 0.8.6-1 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 943c7e6..d056623 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = pacwrap pkgdesc = Facilitates the creation, management, and execution of unprivileged Arch-based bubblewrap containers. - pkgver = 0.8.5 - pkgrel = 2 + pkgver = 0.8.6 + pkgrel = 1 url = https://pacwrap.sapphirus.org/ arch = x86_64 license = GPLv3-only @@ -14,7 +14,7 @@ pkgbase = pacwrap makedepends = pacman makedepends = zstd options = !lto - source = pacwrap::git+https://github.com/pacwrap/pacwrap.git#tag=0.8.5 + source = pacwrap::git+https://github.com/pacwrap/pacwrap.git#tag=0.8.6 md5sums = SKIP pkgname = pacwrap @@ -24,7 +24,7 @@ pkgname = pacwrap depends = libalpm.so=15 depends = libseccomp depends = pacman - depends = pacwrap-dist=0.8.5 + depends = pacwrap-dist=0.8.6 depends = zstd optdepends = xdg-dbus-proxy diff --git a/PKGBUILD b/PKGBUILD index 1192aa2..dc2eaa6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ _pkgname=pacwrap pkgname=('pacwrap' 'pacwrap-dist') -pkgver=0.8.5 -pkgrel=2 +pkgver=0.8.6 +pkgrel=1 pkgdesc="Facilitates the creation, management, and execution of unprivileged Arch-based bubblewrap containers." arch=('x86_64') url="https://pacwrap.sapphirus.org/"