From 9088356320192f3e6370027caa9a169d1fb5ff21 Mon Sep 17 00:00:00 2001 From: Xavier Date: Tue, 13 Feb 2024 16:27:07 -0500 Subject: [PATCH] Bump to 0.7.2 --- .SRCINFO | 10 +++++----- PKGBUILD | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 1b77da2..047616b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = pacwrap - pkgdesc = Facilitates the creation, management, and execution of unprivileged Arch-based bubblewrap containers. - pkgver = 0.7.1 + pkgdesc = Facilitates the creation, management, and execution of Arch-baesd unprivileged bubblewrap containers. + pkgver = 0.7.2 pkgrel = 1 url = https://pacwrap.sapphirus.org/ arch = x86_64 @@ -13,8 +13,8 @@ pkgbase = pacwrap makedepends = busybox makedepends = fakechroot options = !lto - source = pacwrap-0.7.1.tar.zst::https://github.com/pacwrap/pacwrap/releases/download/0.7.1/pacwrap-0.7.1.tar.zst - sha512sums = 936e66bb38ab5eab79c6678071ef472ba8135937c5a223271165934b19803410f7876991c428bd7a4a32b77f666380edc37f1d703b1961c5028ef270154d8169 + source = pacwrap-0.7.2.tar.zst::https://github.com/pacwrap/pacwrap/releases/download/0.7.2/pacwrap-0.7.2.tar.zst + sha512sums = eea9177b2d7065915a6e0dd911881242f9690509e710a66eb3114cf9459668c839f983580d87f7d4e161006ca06df1b3572769ccdf52430f84061a20e94302e4 pkgname = pacwrap depends = bash @@ -22,7 +22,7 @@ pkgname = pacwrap depends = gnupg depends = pacman depends = libseccomp - depends = pacwrap-dist=0.7.1 + depends = pacwrap-dist=0.7.2 depends = zstd optdepends = xdg-dbus-proxy provides = pacwrap diff --git a/PKGBUILD b/PKGBUILD index 5343a63..328a659 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,15 +1,15 @@ # Maintainer: Xavier R.M. (sapphirus at azorium dot net) pkgname=('pacwrap' 'pacwrap-dist') -pkgver=0.7.1 +pkgver=0.7.2 pkgrel=1 -pkgdesc="Facilitates the creation, management, and execution of unprivileged Arch-based bubblewrap containers." +pkgdesc="Facilitates the creation, management, and execution of Arch-baesd unprivileged bubblewrap containers." arch=('x86_64') url="https://pacwrap.sapphirus.org/" license=('GPLv3-only') makedepends=('cargo' 'git' 'fakeroot' 'pacman' 'zstd' 'busybox' 'fakechroot') source=("${pkgname}-${pkgver}.tar.zst::https://github.com/pacwrap/pacwrap/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.zst") -sha512sums=('936e66bb38ab5eab79c6678071ef472ba8135937c5a223271165934b19803410f7876991c428bd7a4a32b77f666380edc37f1d703b1961c5028ef270154d8169') +sha512sums=('eea9177b2d7065915a6e0dd911881242f9690509e710a66eb3114cf9459668c839f983580d87f7d4e161006ca06df1b3572769ccdf52430f84061a20e94302e4') options=('!lto') prepare() {