summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaciek Borzecki2018-06-11 10:33:18 +0200
committerMaciek Borzecki2018-06-11 10:33:18 +0200
commita14e8aecfd34e5ecc8aa62549192af4c1e7e0098 (patch)
treef3f188f9492995060e538f0feeb28627fd9c740b /PKGBUILD
parent9cd54dff1e58a76d7ce69c612e9e31159247d8ce (diff)
downloadaur-a14e8aecfd34e5ecc8aa62549192af4c1e7e0098.tar.gz
snapd: new upstream release 2.33
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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"