summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37594ae14aad..d3883187fba4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Daniel Moch <daniel@danielmoch.com>
pkgname=nncli
-pkgver=0.1.0
-pkgrel=2
+pkgver=0.1.1
+pkgrel=1
pkgdesc="NextCloud Notes Command Line Interface"
arch=('any')
url="https://github.com/djmoch/${pkgname}"
license=('MIT')
depends=('python-urwid' 'python-requests')
makedepends=('python-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/0c/65/9460a35a3e53c960fe0114658f1bccb9b7539a78ae1a46be05d3362173f8/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('ecf341cd143f8b8147e6970715503f3ccb8386ee8a2a2b15c37a68078e280acc')
+source=("${pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/22/a6/106430252b73d8dac8ca8f8aaef2404ecbff6312f53ecc1c3ebb3650c283/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('8e266545a499d5b8ea6d57f86ead10b07ea4166a844babbf11cebc00991f4a96')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"