mirror of
https://git.sapphirus.org/AUR/pacwrap-git.git
synced 2024-11-21 22:26:28 +00:00
Bump to 0.7.2.r33.b976554
- libalpm.so.14 required
This commit is contained in:
parent
915cf4a02b
commit
e91d0c2d8e
2 changed files with 7 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -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.r21.89d8109
|
pkgver = pkgver=0.7.2.r33.b976554
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://pacwrap.sapphirus.org/
|
url = https://pacwrap.sapphirus.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -9,6 +9,7 @@ pkgbase = pacwrap-git
|
||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = fakeroot
|
makedepends = fakeroot
|
||||||
makedepends = pacman
|
makedepends = pacman
|
||||||
|
makedepends = libalpm.so>=14
|
||||||
makedepends = zstd
|
makedepends = zstd
|
||||||
makedepends = busybox
|
makedepends = busybox
|
||||||
makedepends = fakechroot
|
makedepends = fakechroot
|
||||||
|
@ -21,8 +22,9 @@ pkgname = pacwrap-git
|
||||||
depends = bubblewrap
|
depends = bubblewrap
|
||||||
depends = gnupg
|
depends = gnupg
|
||||||
depends = pacman
|
depends = pacman
|
||||||
|
depends = libalpm.so>=14
|
||||||
depends = libseccomp
|
depends = libseccomp
|
||||||
depends = pacwrap-dist-git=0.7.2.r21.89d8109
|
depends = pacwrap-dist-git=pkgver=0.7.2.r33.b976554
|
||||||
depends = zstd
|
depends = zstd
|
||||||
optdepends = xdg-dbus-proxy
|
optdepends = xdg-dbus-proxy
|
||||||
provides = pacwrap
|
provides = pacwrap
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
_pkgname=pacwrap
|
_pkgname=pacwrap
|
||||||
pkgname=('pacwrap-git' 'pacwrap-dist-git')
|
pkgname=('pacwrap-git' 'pacwrap-dist-git')
|
||||||
pkgver=0.7.2.r21.89d8109
|
pkgver=pkgver=0.7.2.r33.b976554
|
||||||
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."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://pacwrap.sapphirus.org/"
|
url="https://pacwrap.sapphirus.org/"
|
||||||
license=('GPLv3-only')
|
license=('GPLv3-only')
|
||||||
makedepends=('cargo' 'git' 'fakeroot' 'pacman' 'zstd' 'busybox' 'fakechroot')
|
makedepends=('cargo' 'git' 'fakeroot' 'pacman' 'libalpm.so>=14' 'zstd' 'busybox' 'fakechroot')
|
||||||
source=("$_pkgname::git+https://github.com/pacwrap/pacwrap.git")
|
source=("$_pkgname::git+https://github.com/pacwrap/pacwrap.git")
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
options=('!lto')
|
options=('!lto')
|
||||||
|
@ -35,7 +35,7 @@ build() {
|
||||||
package_pacwrap-git() {
|
package_pacwrap-git() {
|
||||||
provides=("${_pkgname}")
|
provides=("${_pkgname}")
|
||||||
conflicts=("${_pkgname}")
|
conflicts=("${_pkgname}")
|
||||||
depends=('bash' 'bubblewrap' 'gnupg' 'pacman' 'libseccomp' "pacwrap-dist-git=$pkgver" 'zstd')
|
depends=('bash' 'bubblewrap' 'gnupg' 'pacman' 'libalpm.so>=14' 'libseccomp' "pacwrap-dist-git=$pkgver" 'zstd')
|
||||||
optdepends=('xdg-dbus-proxy')
|
optdepends=('xdg-dbus-proxy')
|
||||||
|
|
||||||
cd "${_pkgbase}"
|
cd "${_pkgbase}"
|
||||||
|
|
Loading…
Reference in a new issue