diff options
author | Dario Giovannetti | 2022-01-05 02:09:31 +0800 |
---|---|---|
committer | Dario Giovannetti | 2022-01-05 02:09:31 +0800 |
commit | 83742e38820c53f1a9e2be84144d1a38001cfc84 (patch) | |
tree | 8e428b670e7a8fbd51720f3fa1ae81e3e8440ac9 | |
parent | 84925719e838f543fd94010d7605971f89463e00 (diff) | |
download | aur-wiki-monkey.tar.gz |
Version 5.5.3
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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}" |