summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e69a918f491c..70aa060d3057 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = wiki-monkey
pkgdesc = Wiki Monkey - MediaWiki (ArchWiki-optimized) bot and editor-assistant user script (server-enabled version).
pkgver = 5.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kynikos/wiki-monkey/wiki
arch = any
license = GPL3
makedepends = python-setuptools
depends = python-configfile
- depends = python-xdg
+ depends = python-pyxdg
depends = python-flask-restinpeace
depends = python-flask-cors
depends = python-flask-migrate
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'