mirror of
https://aur.archlinux.org/pacwrap.git
synced 2024-11-23 06:26:29 +00:00
Update .SRCINFO
- Remove package provider declaration, as it is redundant for the primary package provider. - Lock libalpm to 15 for make dependencies.
This commit is contained in:
parent
b8e609f79d
commit
383124194d
2 changed files with 2 additions and 11 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -10,7 +10,7 @@ pkgbase = pacwrap
|
||||||
makedepends = fakechroot
|
makedepends = fakechroot
|
||||||
makedepends = fakeroot
|
makedepends = fakeroot
|
||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = libalpm.so>=14
|
makedepends = libalpm.so=15
|
||||||
makedepends = pacman
|
makedepends = pacman
|
||||||
makedepends = zstd
|
makedepends = zstd
|
||||||
options = !lto
|
options = !lto
|
||||||
|
@ -27,9 +27,5 @@ pkgname = pacwrap
|
||||||
depends = pacwrap-dist=0.8.5
|
depends = pacwrap-dist=0.8.5
|
||||||
depends = zstd
|
depends = zstd
|
||||||
optdepends = xdg-dbus-proxy
|
optdepends = xdg-dbus-proxy
|
||||||
provides = pacwrap
|
|
||||||
conflicts = pacwrap
|
|
||||||
|
|
||||||
pkgname = pacwrap-dist
|
pkgname = pacwrap-dist
|
||||||
provides = pacwrap-dist
|
|
||||||
conflicts = pacwrap-dist
|
|
||||||
|
|
7
PKGBUILD
7
PKGBUILD
|
@ -8,7 +8,7 @@ pkgdesc="Facilitates the creation, management, and execution of unprivileged Arc
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://pacwrap.sapphirus.org/"
|
url="https://pacwrap.sapphirus.org/"
|
||||||
license=('GPLv3-only')
|
license=('GPLv3-only')
|
||||||
makedepends=('cargo' 'busybox' 'fakechroot' 'fakeroot' 'git' 'libalpm.so>=14' 'pacman' 'zstd')
|
makedepends=('cargo' 'busybox' 'fakechroot' 'fakeroot' 'git' 'libalpm.so=15' 'pacman' 'zstd')
|
||||||
source=("$_pkgname::git+https://github.com/pacwrap/pacwrap.git#tag=${pkgver}")
|
source=("$_pkgname::git+https://github.com/pacwrap/pacwrap.git#tag=${pkgver}")
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
options=('!lto')
|
options=('!lto')
|
||||||
|
@ -27,8 +27,6 @@ build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
package_pacwrap() {
|
package_pacwrap() {
|
||||||
provides=("${_pkgname}")
|
|
||||||
conflicts=("${_pkgname}")
|
|
||||||
depends=('bash' 'bubblewrap' 'gnupg' 'libalpm.so=15' 'libseccomp' 'pacman' "pacwrap-dist=$pkgver" 'zstd')
|
depends=('bash' 'bubblewrap' 'gnupg' 'libalpm.so=15' 'libseccomp' 'pacman' "pacwrap-dist=$pkgver" 'zstd')
|
||||||
optdepends=('xdg-dbus-proxy')
|
optdepends=('xdg-dbus-proxy')
|
||||||
|
|
||||||
|
@ -43,9 +41,6 @@ package_pacwrap() {
|
||||||
}
|
}
|
||||||
|
|
||||||
package_pacwrap-dist() {
|
package_pacwrap-dist() {
|
||||||
provides=("${_pkgname}-dist")
|
|
||||||
conflicts=("${_pkgname}-dist")
|
|
||||||
|
|
||||||
cd "${_pkgname}"
|
cd "${_pkgname}"
|
||||||
|
|
||||||
install -dD 755 "${pkgdir}/usr/share/${_pkgname}/"
|
install -dD 755 "${pkgdir}/usr/share/${_pkgname}/"
|
||||||
|
|
Loading…
Reference in a new issue