From 584ab2e6f62199ab59f604ee57dc323ca25aae00 Mon Sep 17 00:00:00 2001 From: Xavier Date: Mon, 11 Mar 2024 01:45:15 -0400 Subject: [PATCH] Bump to 0.7.2.r14.8f419c0 - Fixed typo and replaced it with _pkgname variable --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index be2173b..7663100 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 0f44efe..ddb9511 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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" }