1
0
Fork 0
mirror of https://git.sapphirus.org/AUR/pacwrap-git.git synced 2025-04-27 06:34:27 -04:00

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

@ -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"
}