summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86ae025fa4be..ea59a0b8bd4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = isso-git
- pkgdesc = Lightweight commenting server written in Python and JavaScript
- pkgver = 0.12.6.r398.g10e5a90
+ pkgdesc = Lightweight commenting server written in Python and JavaScript that aims to be a drop-in replacement for Disqus
+ pkgver = 0.13.0.r15.gc558eef
pkgrel = 1
url = http://posativ.org/isso/
arch = any
@@ -9,11 +9,11 @@ pkgbase = isso-git
makedepends = git
depends = python-bleach
depends = python-cffi
- depends = python-flask-caching
depends = python-html5lib
depends = python-itsdangerous
depends = python-jinja
depends = python-misaka
+ depends = python-sphinx
depends = python-werkzeug
depends = sqlite
provides = isso
diff --git a/PKGBUILD b/PKGBUILD
index 8be0e6aa19d4..23863aed5273 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,9 @@
# Contributor: mrfaber <lenelsner@uos.de>
pkgname="isso-git"
-pkgver=0.12.6.r398.g10e5a90
+pkgver=0.13.0.r15.gc558eef
pkgrel=1
-pkgdesc="Lightweight commenting server written in Python and JavaScript"
+pkgdesc="Lightweight commenting server written in Python and JavaScript that aims to be a drop-in replacement for Disqus"
url="http://posativ.org/isso/"
license=("MIT")
arch=("any")
@@ -17,11 +17,11 @@ provides=("isso")
conflicts=("isso")
depends=("python-bleach"
"python-cffi"
- "python-flask-caching"
"python-html5lib"
"python-itsdangerous"
"python-jinja"
"python-misaka"
+ "python-sphinx"
"python-werkzeug"
"sqlite")
makedepends=("python-setuptools" "git")