diff --git a/.SRCINFO b/.SRCINFO index 8781ee9..75e401b 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.3 + pkgver = 0.8.4 pkgrel = 1 url = https://pacwrap.sapphirus.org/ arch = x86_64 @@ -14,7 +14,7 @@ pkgbase = pacwrap makedepends = pacman makedepends = zstd options = !lto - source = pacwrap::git+https://github.com/pacwrap/pacwrap.git#tag=0.8.3 + source = pacwrap::git+https://github.com/pacwrap/pacwrap.git#tag=0.8.4 md5sums = SKIP pkgname = pacwrap @@ -24,7 +24,7 @@ pkgname = pacwrap depends = libalpm.so>=14 depends = libseccomp depends = pacman - depends = pacwrap-dist=0.8.3 + depends = pacwrap-dist=0.8.4 depends = zstd optdepends = xdg-dbus-proxy provides = pacwrap diff --git a/PKGBUILD b/PKGBUILD index 37b81bf..dccb915 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=pacwrap pkgname=('pacwrap' 'pacwrap-dist') -pkgver=0.8.3 +pkgver=0.8.4 pkgrel=1 pkgdesc="Facilitates the creation, management, and execution of unprivileged Arch-based bubblewrap containers." arch=('x86_64')