summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYannic Haupenthal2017-04-03 14:45:43 +0200
committerYannic Haupenthal2017-04-03 14:45:43 +0200
commit7b41b8ed95d839f5b92ddb0a4b0564bc94dd68b2 (patch)
tree35ca4e4777df7b1ed2a68796358bf1e351191c8f
parentd5f567116f6cb5c3715b9eb7ecb3a02042e16fe7 (diff)
downloadaur-7b41b8ed95d839f5b92ddb0a4b0564bc94dd68b2.tar.gz
* as mentionend in a comment (thanks!), replace python-html5lib with python-html5lib-9x07 (see related issue https://github.com/posativ/isso/issues/296)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1f1a8887df3..22bd069cd776 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = isso
pkgdesc = A commenting python server similar to Disqus
pkgver = 0.10.5
- pkgrel = 1
+ pkgrel = 2
url = http://posativ.org/isso/
install = isso.install
arch = any
@@ -9,7 +9,7 @@ pkgbase = isso
makedepends = git
makedepends = python
depends = python-werkzeug
- depends = python-html5lib
+ depends = python-html5lib-9x07
depends = python-misaka-v1
depends = python-itsdangerous
depends = python-six
diff --git a/PKGBUILD b/PKGBUILD
index aa931ec92d24..b5eff2adb25c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
# Contributor: Reventlov <contact+aur@volcanis.me>
pkgname=isso
pkgver=0.10.5
-pkgrel=1
+pkgrel=2
pkgdesc="A commenting python server similar to Disqus"
arch=('any')
url="http://posativ.org/isso/"
license=('MIT')
-depends=('python-werkzeug' 'python-html5lib' 'python-misaka-v1' 'python-itsdangerous' 'python-six' 'sqlite' 'python-setuptools')
+depends=('python-werkzeug' 'python-html5lib-9x07' 'python-misaka-v1' 'python-itsdangerous' 'python-six' 'sqlite' 'python-setuptools')
makedepends=('git' 'python')
backup=('etc/isso.conf')
source=("https://github.com/posativ/isso/releases/download/$pkgver/isso-$pkgver.tar.gz"