Bump to 0.8.0.r13.93a3386

- Fixed spacing
- Alphabetized dependency ordering
This commit is contained in:
Xavier Moffett 2024-04-11 20:55:14 -04:00
parent 956285d9e1
commit d1bca045b9
2 changed files with 34 additions and 34 deletions

View File

@ -1,18 +1,18 @@
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.8.0.r9.a8f2d58 pkgver = 0.8.0.r13.93a3386
pkgrel = 1 pkgrel = 1
url = https://pacwrap.sapphirus.org/ url = https://pacwrap.sapphirus.org/
arch = x86_64 arch = x86_64
license = GPLv3-only license = GPLv3-only
makedepends = cargo makedepends = cargo
makedepends = git
makedepends = fakeroot
makedepends = pacman
makedepends = libalpm.so>=14
makedepends = zstd
makedepends = busybox makedepends = busybox
makedepends = fakechroot makedepends = fakechroot
makedepends = fakeroot
makedepends = git
makedepends = libalpm.so>=14
makedepends = pacman
makedepends = zstd
options = !lto options = !lto
source = pacwrap::git+https://github.com/pacwrap/pacwrap.git source = pacwrap::git+https://github.com/pacwrap/pacwrap.git
md5sums = SKIP md5sums = SKIP
@ -21,10 +21,10 @@ pkgname = pacwrap-git
depends = bash depends = bash
depends = bubblewrap depends = bubblewrap
depends = gnupg depends = gnupg
depends = pacman
depends = libalpm.so>=14 depends = libalpm.so>=14
depends = libseccomp depends = libseccomp
depends = pacwrap-dist-git=0.8.0.r9.a8f2d58 depends = pacman
depends = pacwrap-dist-git=0.8.0.r13.93a3386
depends = zstd depends = zstd
optdepends = xdg-dbus-proxy optdepends = xdg-dbus-proxy
provides = pacwrap provides = pacwrap

View File

@ -2,14 +2,14 @@
_pkgname=pacwrap _pkgname=pacwrap
pkgname=('pacwrap-git' 'pacwrap-dist-git') pkgname=('pacwrap-git' 'pacwrap-dist-git')
pkgver=0.8.0.r9.a8f2d58 pkgver=0.8.0.r13.93a3386
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' 'libalpm.so>=14' 'zstd' 'busybox' 'fakechroot') makedepends=('cargo' 'busybox' 'fakechroot' 'fakeroot' 'git' 'libalpm.so>=14' 'pacman' 'zstd')
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' 'libalpm.so>=14' 'libseccomp' "pacwrap-dist-git=$pkgver" 'zstd') depends=('bash' 'bubblewrap' 'gnupg' 'libalpm.so>=14' 'libseccomp' 'pacman' "pacwrap-dist-git=$pkgver" 'zstd')
optdepends=('xdg-dbus-proxy') optdepends=('xdg-dbus-proxy')
cd "${_pkgbase}" cd "${_pkgbase}"