From 1f7c338a504c808ac6ae64a713530f80e801a9e1 Mon Sep 17 00:00:00 2001 From: Xavier Moffett Date: Sat, 14 Sep 2024 22:06:38 -0400 Subject: [PATCH] Bump to 0.8.5 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index ae091dc..b13b559 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.4 - pkgrel = 2 + pkgver = 0.8.5 + 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.4 + source = pacwrap::git+https://github.com/pacwrap/pacwrap.git#tag=0.8.5 md5sums = SKIP pkgname = pacwrap @@ -24,7 +24,7 @@ pkgname = pacwrap depends = libalpm.so>=14 depends = libseccomp depends = pacman - depends = pacwrap-dist=0.8.4 + depends = pacwrap-dist=0.8.5 depends = zstd optdepends = xdg-dbus-proxy provides = pacwrap diff --git a/PKGBUILD b/PKGBUILD index 3bf913f..78e4d07 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ _pkgname=pacwrap pkgname=('pacwrap' 'pacwrap-dist') -pkgver=0.8.4 -pkgrel=2 +pkgver=0.8.5 +pkgrel=1 pkgdesc="Facilitates the creation, management, and execution of unprivileged Arch-based bubblewrap containers." arch=('x86_64') url="https://pacwrap.sapphirus.org/"