mirror of
https://git.sapphirus.org/AUR/pacwrap-git.git
synced 2024-11-10 01:49:56 +00:00
Bump to 0.7.2.r14.8f419c0
- Fixed typo and replaced it with _pkgname variable
This commit is contained in:
parent
386f459b3a
commit
584ab2e6f6
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
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.7.2.r14.8f419c0
|
pkgver = 0.7.2.r17.7ef03e3
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://pacwrap.sapphirus.org/
|
url = https://pacwrap.sapphirus.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -22,7 +22,7 @@ pkgname = pacwrap-git
|
||||||
depends = gnupg
|
depends = gnupg
|
||||||
depends = pacman
|
depends = pacman
|
||||||
depends = libseccomp
|
depends = libseccomp
|
||||||
depends = =0.7.2.r14.8f419c0
|
depends = =0.7.2.r17.7ef03e3
|
||||||
depends = zstd
|
depends = zstd
|
||||||
optdepends = xdg-dbus-proxy
|
optdepends = xdg-dbus-proxy
|
||||||
provides = pacwrap
|
provides = pacwrap
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
_pkgname=pacwrap
|
_pkgname=pacwrap
|
||||||
pkgname=('pacwrap-git' 'pacwrap-dist-git')
|
pkgname=('pacwrap-git' 'pacwrap-dist-git')
|
||||||
pkgver=0.7.2.r14.8f419c0
|
pkgver=0.7.2.r17.7ef03e3
|
||||||
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."
|
||||||
|
@ -44,7 +44,7 @@ package_pacwrap-git() {
|
||||||
install -Dm 755 "target/release/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
|
install -Dm 755 "target/release/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
|
||||||
install -Dm 755 "dist/bin/${_pkgname}-key" "${pkgdir}/usr/bin/${_pkgname}-key"
|
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}.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"
|
install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue