summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8d1a832931e..3e4c72be2833 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wiki-monkey
pkgdesc = Wiki Monkey - MediaWiki (ArchWiki-optimized) bot and editor-assistant user script (server-enabled version).
- pkgver = 5.5.2
+ pkgver = 5.5.3
pkgrel = 1
url = https://github.com/kynikos/wiki-monkey/wiki
arch = any
@@ -14,7 +14,7 @@ pkgbase = wiki-monkey
depends = python-marshmallow-sqlalchemy
optdepends = gunicorn: serve the application with a proper WSGI server instead of Flask's local development server
optdepends = python-pyopenssl: make Flask's local development server use ad-hoc SSL certificates instead of a permanent one
- source = https://files.pythonhosted.org/packages/source/w/wiki-monkey/wiki-monkey-5.5.2.tar.gz
- sha256sums = ee1cc65890c4e5415505696333041914781e4c65b8ade70a04d331cc85c4876e
+ source = https://files.pythonhosted.org/packages/source/w/wiki-monkey/wiki-monkey-5.5.3.tar.gz
+ sha256sums = f4622b68a0c367981bcbd701db884d15650b903b22bc851a74cf350532735f96
pkgname = wiki-monkey
diff --git a/PKGBUILD b/PKGBUILD
index f2d01a84f56d..7e73f15eb4cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='wiki-monkey'
# Don't use "-" in pkgver
-pkgver='5.5.2'
+pkgver='5.5.3'
pkgrel=1
pkgdesc="Wiki Monkey - MediaWiki (ArchWiki-optimized) bot and editor-assistant user script (server-enabled version)."
arch=('any')
@@ -19,7 +19,7 @@ optdepends=("gunicorn: serve the application with a proper WSGI server instead o
"python-pyopenssl: make Flask's local development server use ad-hoc SSL certificates instead of a permanent one")
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('ee1cc65890c4e5415505696333041914781e4c65b8ade70a04d331cc85c4876e')
+sha256sums=('f4622b68a0c367981bcbd701db884d15650b903b22bc851a74cf350532735f96')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"