Bump to 0.7.2.r20.4c76ab0

- Removed dynamic variable for package name in depends array.
This commit is contained in:
Xavier Moffett 2024-03-15 17:30:14 -04:00
parent 6c331dc840
commit 7228436e6e
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
pkgbase = pacwrap-git pkgbase = pacwrap-git
pkgdesc = Facilitates the creation, management, and execution of unprivileged Arch-based bubblewrap containers. pkgdesc = Facilitates the creation, management, and execution of unprivileged Arch-based bubblewrap containers.
pkgver = 0.7.2.r17.7ef03e3 pkgver = 0.7.2.r20.4c76ab0
pkgrel = 1 pkgrel = 1
url = https://pacwrap.sapphirus.org/ url = https://pacwrap.sapphirus.org/
arch = x86_64 arch = x86_64
@ -22,7 +22,7 @@ pkgname = pacwrap-git
depends = gnupg depends = gnupg
depends = pacman depends = pacman
depends = libseccomp depends = libseccomp
depends = =0.7.2.r17.7ef03e3 depends = pacwrap-dist-git=0.7.2.r20.4c76ab0
depends = zstd depends = zstd
optdepends = xdg-dbus-proxy optdepends = xdg-dbus-proxy
provides = pacwrap provides = pacwrap

View File

@ -2,7 +2,7 @@
_pkgname=pacwrap _pkgname=pacwrap
pkgname=('pacwrap-git' 'pacwrap-dist-git') pkgname=('pacwrap-git' 'pacwrap-dist-git')
pkgver=0.7.2.r17.7ef03e3 pkgver=0.7.2.r20.4c76ab0
pkgrel=1 pkgrel=1
_pkgbase=$_pkgname _pkgbase=$_pkgname
pkgdesc="Facilitates the creation, management, and execution of unprivileged Arch-based bubblewrap containers." pkgdesc="Facilitates the creation, management, and execution of unprivileged Arch-based bubblewrap containers."
@ -39,7 +39,7 @@ build() {
package_pacwrap-git() { package_pacwrap-git() {
provides=("${_pkgname}") provides=("${_pkgname}")
conflicts=("${_pkgname}") conflicts=("${_pkgname}")
depends=('bash' 'bubblewrap' 'gnupg' 'pacman' 'libseccomp' "${pkgname[1]}=$pkgver" 'zstd') depends=('bash' 'bubblewrap' 'gnupg' 'pacman' 'libseccomp' "pacwrap-dist-git=$pkgver" 'zstd')
optdepends=('xdg-dbus-proxy') optdepends=('xdg-dbus-proxy')
cd "${_pkgbase}" cd "${_pkgbase}"