summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHLFH2022-10-14 13:24:32 +0100
committerHLFH2022-10-14 13:24:32 +0100
commita8405420eb6ce9bdd91791e02191712c5fa19d0d (patch)
treee3ca66a0cb15b27a4eb516b8ce946bf7937733be /PKGBUILD
parentba13ddaa725008d3d654a5dbb6c7bef529088ee7 (diff)
downloadaur-isso.tar.gz
remove python-six dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8dde3bcc7fe..8c5246df9989 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
# Contributor: Reventlov <contact+aur@volcanis.me>
pkgname=isso
pkgver=0.13.0
-pkgrel=1
+pkgrel=2
pkgdesc="A commenting python server similar to Disqus"
arch=('any')
url="http://posativ.org/isso/"
license=('MIT')
-depends=('python-bleach' 'python-jinja' 'python-werkzeug' 'python-html5lib' 'python-misaka' 'python-itsdangerous' 'python-six' 'python-flask-caching' 'python-cffi' 'sqlite' 'python-setuptools')
+depends=('python-bleach' 'python-jinja' 'python-werkzeug' 'python-html5lib' 'python-misaka' 'python-itsdangerous' 'python-flask-caching' 'python-cffi' 'sqlite' 'python-setuptools')
makedepends=('git' 'python')
backup=('etc/isso.cfg')
source=("isso-${pkgver}-pypi.tar.gz::https://files.pythonhosted.org/packages/source/i/isso/isso-${pkgver}.tar.gz"