1
0
Fork 0
mirror of https://git.sapphirus.org/AUR/pacwrap.git synced 2024-12-22 03:03:35 +00:00

Bump to 0.8.7-1

This commit is contained in:
Xavier Moffett 2024-11-08 19:09:55 -05:00
parent 9ac4e5aa70
commit 935a0e732b
Signed by: Sapphirus
GPG key ID: A6C061B2CEA1A7AC
2 changed files with 5 additions and 6 deletions

View file

@ -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

View file

@ -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')