summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaciek Borzecki2018-06-11 10:51:51 +0200
committerMaciek Borzecki2018-06-11 10:51:51 +0200
commit21ea69898e874fda83ffeb32ff2ae03d9ef4bd96 (patch)
treeb3cf4fa7a9cfaf2a4708f4f2608102a25d2af40e /PKGBUILD
parent3a9d29feaa0cd607eecfa77c5140ff2f2d1f4db7 (diff)
downloadaur-21ea69898e874fda83ffeb32ff2ae03d9ef4bd96.tar.gz
snapd: bump base version to 2.33.r344.g73867dc22
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4725a4b1b01..e85422e652c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=snapd-git
pkgdesc="Service and tools for management of snap packages."
depends=('squashfs-tools' 'libseccomp' 'libsystemd')
optdepends=('bash-completion: bash completion support')
-pkgver=2.32.9.r1192.g045373ab9
+pkgver=2.33.r344.g73867dc22
pkgrel=1
arch=('x86_64')
url="https://github.com/snapcore/snapd"
@@ -163,6 +163,7 @@ package_snapd-git() {
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"