summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Moch2019-02-11 06:20:46 -0500
committerDaniel Moch2019-02-11 06:20:46 -0500
commitd131b425233c5a81bfef82913ba923cce0981468 (patch)
treebab94c03ae882aac8032f8bc6d98e08d492a2b70 /PKGBUILD
parentc0bb327bb90ce86bbdf041145863a1838060384d (diff)
downloadaur-nncli-git.tar.gz
upgpkg: nncli-git 0.3.2.r14.g5f0d203-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c505b50a7889..d702a002c590 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Moch <daniel@danielmoch.com>
_name=nncli
pkgname=nncli-git
-pkgver=0.3.1.r12.g81f6c76
+pkgver=0.3.2.r14.g5f0d203
pkgrel=1
pkgdesc="NextCloud Notes Command Line Interface"
arch=('any')
@@ -14,7 +14,7 @@ depends=('python'
'python-requests'
'python-appdirs'
'python-click')
-makedepends=('flit' 'git' 'python-pip' 'python-sphinx')
+makedepends=('flit' 'git' 'python-pip' 'python-sphinx' 'python-sphinx-sitemap')
checkdepends=('python-pytest'
'python-pytest-cov'
'python-pytest-mock'