summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDario Giovannetti2021-06-22 23:37:57 +0800
committerDario Giovannetti2021-06-22 23:37:57 +0800
commit988ed05f8f26b9803f70b32c91dcb002212815bc (patch)
tree8959483624db853e49c9d2b61d3c7f4023c861bd /PKGBUILD
parent7613a7a0c0e7b2c21c6c5a5b5c1bfc0176830db7 (diff)
downloadaur-988ed05f8f26b9803f70b32c91dcb002212815bc.tar.gz
Version 5.4.0-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7c8cb7e41cc..ea2e80268292 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname='wiki-monkey'
# Don't use "-" in pkgver
pkgver='5.4.0'
-pkgrel=1
+pkgrel=2
pkgdesc="Wiki Monkey - MediaWiki (ArchWiki-optimized) bot and editor-assistant user script (server-enabled version)."
arch=('any')
url="https://github.com/kynikos/wiki-monkey/wiki"
license=('GPL3')
# Keep in sync with setup.py's install_requires option and requirements.txt
depends=('python-configfile'
- 'python-xdg'
+ 'python-pyxdg'
'python-flask-restinpeace' # implies 'python-flask-marshmallow', 'python-apispec' and 'python-apispec-webframeworks'
'python-flask-cors'
'python-flask-migrate' # implies 'python-flask-sqlalchemy'