summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Giovannetti2020-08-10 01:30:19 +0800
committerDario Giovannetti2020-08-10 01:30:19 +0800
commitf32e9a13a7d30ae3c109e6288610129f221c6f10 (patch)
tree5b95d0b7071cd142e8ecbc5c734ecb906f57b822
parent850813fb122a14472ccc8a4f82d2aa1c7e444c04 (diff)
downloadaur-f32e9a13a7d30ae3c109e6288610129f221c6f10.tar.gz
v5.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab0aa6462385..0190c8345f82 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.1.3
+ pkgver = 5.2.0
pkgrel = 1
url = https://github.com/kynikos/wiki-monkey/wiki
arch = any
@@ -13,8 +13,8 @@ pkgbase = wiki-monkey
depends = python-flask-migrate
depends = python-marshmallow-sqlalchemy
optdepends = python-pyopenssl: use ad-hoc SSL certificates instead of generating one
- source = https://files.pythonhosted.org/packages/source/w/wiki-monkey/wiki-monkey-5.1.3.tar.gz
- sha256sums = d0191da9931f8a0345ac6e59c4e175ac0785aa497e174819c62f9ccce01d1773
+ source = https://files.pythonhosted.org/packages/source/w/wiki-monkey/wiki-monkey-5.2.0.tar.gz
+ sha256sums = 3a5eecf3a51eba10f51a91132150000020518986d900e51e6a47677287c9ffa5
pkgname = wiki-monkey
diff --git a/PKGBUILD b/PKGBUILD
index c190475bfa98..ae7198e8023d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='wiki-monkey'
# Don't use "-" in pkgver
-pkgver='5.1.3'
+pkgver='5.2.0'
pkgrel=1
pkgdesc="Wiki Monkey - MediaWiki (ArchWiki-optimized) bot and editor-assistant user script (server-enabled version)."
arch=('any')
@@ -18,7 +18,7 @@ depends=('python-configfile'
optdepends=('python-pyopenssl: use ad-hoc SSL certificates instead of generating one')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('d0191da9931f8a0345ac6e59c4e175ac0785aa497e174819c62f9ccce01d1773')
+sha256sums=('3a5eecf3a51eba10f51a91132150000020518986d900e51e6a47677287c9ffa5')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"