From 7228436e6e12427fc0e33371fc1679801c2dc058 Mon Sep 17 00:00:00 2001 From: Xavier Date: Fri, 15 Mar 2024 17:30:14 -0400 Subject: [PATCH] Bump to 0.7.2.r20.4c76ab0 - Removed dynamic variable for package name in depends array. --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 7663100..aae1fd5 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = pacwrap-git 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 url = https://pacwrap.sapphirus.org/ arch = x86_64 @@ -22,7 +22,7 @@ pkgname = pacwrap-git depends = gnupg depends = pacman depends = libseccomp - depends = =0.7.2.r17.7ef03e3 + depends = pacwrap-dist-git=0.7.2.r20.4c76ab0 depends = zstd optdepends = xdg-dbus-proxy provides = pacwrap diff --git a/PKGBUILD b/PKGBUILD index 0831980..f9ff21c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=pacwrap pkgname=('pacwrap-git' 'pacwrap-dist-git') -pkgver=0.7.2.r17.7ef03e3 +pkgver=0.7.2.r20.4c76ab0 pkgrel=1 _pkgbase=$_pkgname pkgdesc="Facilitates the creation, management, and execution of unprivileged Arch-based bubblewrap containers." @@ -39,7 +39,7 @@ build() { package_pacwrap-git() { provides=("${_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') cd "${_pkgbase}"