summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciek Borzecki2018-06-11 10:33:18 +0200
committerMaciek Borzecki2018-06-11 10:33:18 +0200
commita14e8aecfd34e5ecc8aa62549192af4c1e7e0098 (patch)
treef3f188f9492995060e538f0feeb28627fd9c740b
parent9cd54dff1e58a76d7ce69c612e9e31159247d8ce (diff)
downloadaur-a14e8aecfd34e5ecc8aa62549192af4c1e7e0098.tar.gz
snapd: new upstream release 2.33
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
-rw-r--r--snapd.install1
3 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed3f31a17184..fc60efc83512 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = snapd
pkgdesc = Service and tools for management of snap packages.
- pkgver = 2.32.9
+ pkgver = 2.33
pkgrel = 1
url = https://github.com/snapcore/snapd
install = snapd.install
@@ -21,8 +21,8 @@ pkgbase = snapd
conflicts = snap-confine
options = !strip
options = emptydirs
- source = snapd-2.32.9.tar.gz::https://github.com/snapcore/snapd/archive/2.32.9.tar.gz
- sha256sums = c9ce7f179dbcc7ea43d71bde343473d28fb103502fb09b109bbe1e4db6239574
+ source = snapd-2.33.tar.gz::https://github.com/snapcore/snapd/archive/2.33.tar.gz
+ sha256sums = 7d75bb3589086381aec6f6039f1dddcadd79d35e3a544b32701e86636baa97c2
pkgname = snapd
diff --git a/PKGBUILD b/PKGBUILD
index ec64acb69c98..c21eaacc8b9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=snapd
pkgdesc="Service and tools for management of snap packages."
depends=('squashfs-tools' 'libseccomp' 'libsystemd')
optdepends=('bash-completion: bash completion support')
-pkgver=2.32.9
+pkgver=2.33
pkgrel=1
arch=('x86_64')
url="https://github.com/snapcore/snapd"
@@ -17,7 +17,7 @@ conflicts=('snap-confine')
options=('!strip' 'emptydirs')
install=snapd.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/snapcore/${pkgname}/archive/$pkgver.tar.gz")
-sha256sums=('c9ce7f179dbcc7ea43d71bde343473d28fb103502fb09b109bbe1e4db6239574')
+sha256sums=('7d75bb3589086381aec6f6039f1dddcadd79d35e3a544b32701e86636baa97c2')
_gourl=github.com/snapcore/snapd
@@ -130,6 +130,7 @@ package() {
install -dm755 "$pkgdir/var/lib/snapd/lib/gl"
install -dm755 "$pkgdir/var/lib/snapd/lib/gl32"
install -dm755 "$pkgdir/var/lib/snapd/lib/vulkan"
+ install -dm755 "$pkgdir/var/lib/snapd/lib/glvnd"
# these dirs have special permissions
install -dm000 "$pkgdir/var/lib/snapd/void"
install -dm700 "$pkgdir/var/lib/snapd/cookie"
diff --git a/snapd.install b/snapd.install
index fb153fefc5ee..4eb3d78b58ef 100644
--- a/snapd.install
+++ b/snapd.install
@@ -2,6 +2,7 @@ pre_remove() {
/usr/lib/snapd/snap-mgmt --purge || :
rm -f /etc/udev/rules.d/70-snap.*.rules || true
rm -f /etc/dbus-1/system.d/snap.* || true
+ rm -f /var/lib/snapd/system-key || true
}
# vim:set ts=2 sw=2 et: