summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaciek Borzecki2018-02-21 07:34:11 +0100
committerMaciek Borzecki2018-02-21 07:34:11 +0100
commite54948d302f23dae25fed6631881538848134302 (patch)
tree74d60553050a449cc826fcea0ae277dc0a26ee3b /PKGBUILD
parent80f2977d0bf0b7d244b914942b69ef4557821c1c (diff)
downloadaur-e54948d302f23dae25fed6631881538848134302.tar.gz
snapd: add python-docutils to makedepends, bump base version
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6271943b0d9..b2dd6383c555 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@ 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.31.r400.gc79b4ff22
+pkgver=2.31.r470.g8fd74f718
pkgrel=1
arch=('x86_64')
url="https://github.com/snapcore/snapd"
license=('GPL3')
-makedepends=('git' 'go-pie' 'go-tools' 'libseccomp' 'libcap' 'systemd' 'xfsprogs')
+makedepends=('git' 'go-pie' 'go-tools' 'libseccomp' 'libcap' 'systemd' 'xfsprogs' 'python-docutils')
# the following checkdepends are only required for static checks and unit tests,
# both are currently disabled
# checkdepends=('python' 'squashfs-tools' 'indent' 'shellcheck')