summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Moch2019-02-25 20:12:06 -0500
committerDaniel Moch2019-02-25 20:12:06 -0500
commit3f7bf8c9c52ec51fcb917a83f7492fa709bad685 (patch)
tree7a74661bf334631bddfa38012b77047690b2820e
parent35d6076b30251d7b89cdf8904aa50e7d9b6a77c3 (diff)
downloadaur-3f7bf8c9c52ec51fcb917a83f7492fa709bad685.tar.gz
upgpkg: nncli 0.3.3-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bf330f6b72b..983a3e913682 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nncli
pkgdesc = NextCloud Notes Command Line Interface
- pkgver = 0.3.2
+ pkgver = 0.3.3
pkgrel = 1
url = https://nncli.org
arch = any
@@ -14,15 +14,16 @@ pkgbase = nncli
makedepends = python-pip
makedepends = flit
makedepends = python-sphinx
+ makedepends = python-sphinx-sitemap
depends = python
depends = python-urwid
depends = python-requests
depends = python-appdirs
depends = python-click
- source = nncli-0.3.2.tar.gz::https://files.pythonhosted.org/packages/source/n/nncli/nncli-0.3.2.tar.gz
- source = nncli-0.3.2.tar.gz.asc::https://files.pythonhosted.org/packages/source/n/nncli/nncli-0.3.2.tar.gz.asc
+ source = https://git.danielmoch.com/nncli/snapshot/nncli-0.3.3.tar.gz
+ source = https://git.danielmoch.com/nncli/snapshot/nncli-0.3.3.tar.gz.asc
validpgpkeys = 72A97F7072DDCE28058DEF30323C9F1784BDDD43
- sha256sums = d8ffc69501401119c4c8c088466a56dd46a85d4724dc05d60e521d3c99ec6d4c
+ sha256sums = 46843aca61a8d25ae7ae73a8667e6c89e6343ae2a7223c760935d2bcb24999c9
sha256sums = SKIP
pkgname = nncli
diff --git a/PKGBUILD b/PKGBUILD
index 7e1f57a939f0..f685be880375 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Daniel Moch <daniel@danielmoch.com>
pkgname=nncli
-pkgver=0.3.2
+pkgver=0.3.3
pkgrel=1
pkgdesc="NextCloud Notes Command Line Interface"
arch=('any')
@@ -11,16 +11,15 @@ depends=('python'
'python-requests'
'python-appdirs'
'python-click')
-makedepends=('python-pip' 'flit' 'python-sphinx')
+makedepends=('python-pip' 'flit' 'python-sphinx' 'python-sphinx-sitemap')
checkdepends=('python-pytest'
'python-pytest-cov'
'python-pytest-mock'
'python-pylint'
'python-mock')
-source=("${pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"
- "${pkgname}-${pkgver}.tar.gz.asc::https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz.asc")
+source=("https://git.danielmoch.com/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz"{,.asc})
validpgpkeys=('72A97F7072DDCE28058DEF30323C9F1784BDDD43')
-sha256sums=('d8ffc69501401119c4c8c088466a56dd46a85d4724dc05d60e521d3c99ec6d4c'
+sha256sums=('46843aca61a8d25ae7ae73a8667e6c89e6343ae2a7223c760935d2bcb24999c9'
'SKIP')
build()