1
0
mirror of https://aur.archlinux.org/pacwrap.git synced 2024-09-19 00:50:45 +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:
Xavier Moffett 2024-09-15 16:12:33 -04:00
parent b8e609f79d
commit 383124194d
Signed by: Sapphirus
GPG Key ID: A6C061B2CEA1A7AC
2 changed files with 2 additions and 11 deletions

View File

@ -10,7 +10,7 @@ pkgbase = pacwrap
makedepends = fakechroot
makedepends = fakeroot
makedepends = git
makedepends = libalpm.so>=14
makedepends = libalpm.so=15
makedepends = pacman
makedepends = zstd
options = !lto
@ -27,9 +27,5 @@ pkgname = pacwrap
depends = pacwrap-dist=0.8.5
depends = zstd
optdepends = xdg-dbus-proxy
provides = pacwrap
conflicts = pacwrap
pkgname = pacwrap-dist
provides = pacwrap-dist
conflicts = pacwrap-dist

View File

@ -8,7 +8,7 @@ pkgdesc="Facilitates the creation, management, and execution of unprivileged Arc
arch=('x86_64')
url="https://pacwrap.sapphirus.org/"
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}")
md5sums=('SKIP')
options=('!lto')
@ -27,8 +27,6 @@ build() {
}
package_pacwrap() {
provides=("${_pkgname}")
conflicts=("${_pkgname}")
depends=('bash' 'bubblewrap' 'gnupg' 'libalpm.so=15' 'libseccomp' 'pacman' "pacwrap-dist=$pkgver" 'zstd')
optdepends=('xdg-dbus-proxy')
@ -43,9 +41,6 @@ package_pacwrap() {
}
package_pacwrap-dist() {
provides=("${_pkgname}-dist")
conflicts=("${_pkgname}-dist")
cd "${_pkgname}"
install -dD 755 "${pkgdir}/usr/share/${_pkgname}/"