diff options
author | Maciek Borzecki | 2018-01-22 16:57:57 +0100 |
---|---|---|
committer | aimileus | 2018-01-23 06:53:21 +0100 |
commit | 80e30afdce38cb3b95580f179fe3ac59f58c2c68 (patch) | |
tree | 88f52e3eaf45c51954dbf43ab48713a51d66f6a0 /PKGBUILD | |
parent | 2f32240e01de84732432af7211f01bb0105c4394 (diff) | |
download | aur-80e30afdce38cb3b95580f179fe3ac59f58c2c68.tar.gz |
snapd: cleanup cookies/cache/state.json
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,8 +7,8 @@ pkgname=snapd pkgdesc="Service and tools for management of snap packages." depends=('squashfs-tools' 'libseccomp' 'libsystemd') pkgver=2.30 -pkgrel=4 arch=('i686' 'x86_64' 'armv7h' 'aarch64') +pkgrel=5 url="https://github.com/snapcore/snapd" license=('GPL3') makedepends=('git' 'go-pie' 'go-tools' 'bzr' 'libcap' 'python-docutils' 'systemd' 'xfsprogs') |