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/"