From 935a0e732bc6a1000ba79e16314613f9851eb624 Mon Sep 17 00:00:00 2001 From: Xavier Moffett Date: Fri, 8 Nov 2024 19:09:55 -0500 Subject: [PATCH] Bump to 0.8.7-1 --- .SRCINFO | 9 ++++----- PKGBUILD | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d056623..de748da 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = pacwrap - pkgdesc = Facilitates the creation, management, and execution of unprivileged Arch-based bubblewrap containers. - pkgver = 0.8.6 + pkgdesc = A package manager which facilitates Arch-based bubblewrap containers. + pkgver = 0.8.7 pkgrel = 1 url = https://pacwrap.sapphirus.org/ arch = x86_64 @@ -11,10 +11,9 @@ pkgbase = pacwrap makedepends = fakeroot makedepends = git makedepends = libalpm.so=15 - makedepends = pacman makedepends = zstd options = !lto - source = pacwrap::git+https://github.com/pacwrap/pacwrap.git#tag=0.8.6 + source = pacwrap::git+https://github.com/pacwrap/pacwrap.git#tag=0.8.7 md5sums = SKIP pkgname = pacwrap @@ -24,7 +23,7 @@ pkgname = pacwrap depends = libalpm.so=15 depends = libseccomp depends = pacman - depends = pacwrap-dist=0.8.6 + depends = pacwrap-dist=0.8.7 depends = zstd optdepends = xdg-dbus-proxy diff --git a/PKGBUILD b/PKGBUILD index 23604a3..e1e53a0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=pacwrap pkgname=('pacwrap' 'pacwrap-dist') -pkgver=0.8.6 +pkgver=0.8.7 pkgrel=1 pkgdesc="A package manager which facilitates Arch-based bubblewrap containers." arch=('x86_64')