Bump to 0.7.2.r14.8f419c0

- Fixed typo and replaced it with _pkgname variable
This commit is contained in:
Xavier Moffett 2024-03-11 01:45:15 -04:00
parent 386f459b3a
commit 584ab2e6f6
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
pkgbase = pacwrap-git
pkgdesc = Facilitates the creation, management, and execution of unprivileged Arch-based bubblewrap containers.
pkgver = 0.7.2.r14.8f419c0
pkgver = 0.7.2.r17.7ef03e3
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.r14.8f419c0
depends = =0.7.2.r17.7ef03e3
depends = zstd
optdepends = xdg-dbus-proxy
provides = pacwrap

View File

@ -2,7 +2,7 @@
_pkgname=pacwrap
pkgname=('pacwrap-git' 'pacwrap-dist-git')
pkgver=0.7.2.r14.8f419c0
pkgver=0.7.2.r17.7ef03e3
pkgrel=1
_pkgbase=$_pkgname
pkgdesc="Facilitates the creation, management, and execution of unprivileged Arch-based bubblewrap containers."
@ -44,7 +44,7 @@ package_pacwrap-git() {
install -Dm 755 "target/release/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
install -Dm 755 "dist/bin/${_pkgname}-key" "${pkgdir}/usr/bin/${_pkgname}-key"
install -Dm 644 "dist/bin/${_pkgname}.1" "${pkgdir}/usr/share/man/man1/${_pkgname}.1"
install -Dm 644 "dist/bin/${_pkgname}.yml.2" "${pkgdir}/usr/share/man/man2/pcwrap.yml.2"
install -Dm 644 "dist/bin/${_pkgname}.yml.2" "${pkgdir}/usr/share/man/man2/${_pkgname}.yml.2"
install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
}