summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciek Borzecki2018-05-07 09:11:53 +0200
committerMaciek Borzecki2018-05-07 09:11:53 +0200
commit2119d1befb86f2fe0c65033b684be9cc3a8267ff (patch)
tree28973cfec3e42072d1d42ac0d4fdfd982745442c
parent13ca5dbbb04a8cdbd5c2501a85fe17962d45d70c (diff)
downloadaur-2119d1befb86f2fe0c65033b684be9cc3a8267ff.tar.gz
snapd: new upstream release 2.32.6
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7eed061229c..25979ca842e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = snapd
pkgdesc = Service and tools for management of snap packages.
- pkgver = 2.32.5
- pkgrel = 3
+ pkgver = 2.32.6
+ pkgrel = 1
url = https://github.com/snapcore/snapd
install = snapd.install
arch = x86_64
@@ -21,8 +21,8 @@ pkgbase = snapd
conflicts = snap-confine
options = !strip
options = emptydirs
- source = snapd-2.32.5.tar.gz::https://github.com/snapcore/snapd/archive/2.32.5.tar.gz
- sha256sums = 7e6962b592e0123b3c7cc5b6c3164163b5b77837818ff15e7a192d7a2bac49bb
+ source = snapd-2.32.6.tar.gz::https://github.com/snapcore/snapd/archive/2.32.6.tar.gz
+ sha256sums = 6bc2b4c2005713cdff711c2ddb937289b95e8459091f0eb9cda9f177e81181e7
pkgname = snapd
diff --git a/PKGBUILD b/PKGBUILD
index 3ab7c5584e09..db8b548a7277 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ 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.5
-pkgrel=3
+pkgver=2.32.6
+pkgrel=1
arch=('x86_64')
url="https://github.com/snapcore/snapd"
license=('GPL3')
@@ -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=('7e6962b592e0123b3c7cc5b6c3164163b5b77837818ff15e7a192d7a2bac49bb')
+sha256sums=('6bc2b4c2005713cdff711c2ddb937289b95e8459091f0eb9cda9f177e81181e7')
_gourl=github.com/snapcore/snapd