summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaciek Borzecki2021-09-21 13:28:32 +0200
committerMaciek Borzecki2021-09-21 13:28:32 +0200
commit955b2637a72b2a89aa8eaf896c82571c1ebd965f (patch)
tree0e746aa4772866e9d6d5a9844a005b0be56f3983 /PKGBUILD
parentce56527583a1014c16ea35ce1d410c26727eb3af (diff)
downloadaur-955b2637a72b2a89aa8eaf896c82571c1ebd965f.tar.gz
upgpkg: snapd 2.52-2
Cherry pick glib 2.70 compatibility patch from upstream. Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 491bab217925..80a0808f5f0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ depends=('squashfs-tools' 'libseccomp' 'libsystemd' 'apparmor')
optdepends=('bash-completion: bash completion support'
'xdg-desktop-portal: desktop integration')
pkgver=2.52
-pkgrel=1
+pkgrel=2
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/snapcore/snapd"
license=('GPL3')
@@ -19,8 +19,10 @@ options=('!strip' 'emptydirs')
install=snapd.install
source=(
"$pkgname-$pkgver.tar.xz::https://github.com/snapcore/${pkgname}/releases/download/${pkgver}/${pkgname}_${pkgver}.vendor.tar.xz"
+ "0001-cmd-libsnap-confine-private-g_spawn_check_exit_statu.patch"
)
-sha256sums=('a686a071251f8853c5c6789023091510332a49063334c9af29d48b066f8726c4')
+sha256sums=('a686a071251f8853c5c6789023091510332a49063334c9af29d48b066f8726c4'
+ 'fb2bece54758fd167b4e7d8df71786a204617ccbed241457ee30d27ab0048f77')
_gourl=github.com/snapcore/snapd