mirror of
https://aur.archlinux.org/pacwrap-git.git
synced 2024-11-23 12:56:29 +00:00
Bump to 0.7.2.r20.4c76ab0
- Removed dynamic variable for package name in depends array.
This commit is contained in:
parent
6c331dc840
commit
7228436e6e
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.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
|
||||
|
|
4
PKGBUILD
4
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}"
|
||||
|
|
Loading…
Reference in a new issue