summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciek Borzecki2018-02-21 07:34:11 +0100
committerMaciek Borzecki2018-02-21 07:34:11 +0100
commite54948d302f23dae25fed6631881538848134302 (patch)
tree74d60553050a449cc826fcea0ae277dc0a26ee3b
parent80f2977d0bf0b7d244b914942b69ef4557821c1c (diff)
downloadaur-e54948d302f23dae25fed6631881538848134302.tar.gz
snapd: add python-docutils to makedepends, bump base version
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a67fa9a86c39..0e7f3629a994 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = snapd-git
pkgdesc = Service and tools for management of snap packages.
- pkgver = 2.31.r400.gc79b4ff22
+ pkgver = 2.31.r470.g8fd74f718
pkgrel = 1
url = https://github.com/snapcore/snapd
install = snapd.install
@@ -13,6 +13,7 @@ pkgbase = snapd-git
makedepends = libcap
makedepends = systemd
makedepends = xfsprogs
+ makedepends = python-docutils
depends = squashfs-tools
depends = libseccomp
depends = libsystemd
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')