summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2021-06-02 17:40:08 +0000
committerSimon Legner2021-06-02 17:40:08 +0000
commit139c7203ac9c1528f567bd927995f544c7a73f59 (patch)
tree516d2716fede00c3a1c0eb97a78992628a19019d
parent909991cebb1388897edaf00623fdbd58c0d5e610 (diff)
downloadaur-139c7203ac9c1528f567bd927995f544c7a73f59.tar.gz
upgpkg: python-pywikibot 6.3.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8182cf37a2a2..0c6ab89a9c47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pywikibot
pkgdesc = Python MediaWiki Bot Framework
- pkgver = 6.2.0
+ pkgver = 6.3.0
pkgrel = 1
url = https://www.mediawiki.org/wiki/Pywikibot
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-pywikibot
optdepends = python-mwoauth: authentication
optdepends = python-mwparserfromhell: parsing MediaWiki wikicode
optdepends = python-stdnum: cosmetic changes for numbers
- source = https://files.pythonhosted.org/packages/source/p/pywikibot/pywikibot-6.2.0.tar.gz
- sha256sums = aeac6cbcfbea11b6e5ed6069607848854ca7389788c324339c66718d3cf97baa
+ source = https://files.pythonhosted.org/packages/source/p/pywikibot/pywikibot-6.3.0.tar.gz
+ sha256sums = bcbafba40878102c0a4233dbcb1be2f51d4d55960d1b9b33f18b65188b6581bd
pkgname = python-pywikibot
diff --git a/PKGBUILD b/PKGBUILD
index 2531927c5598..ab449f6a452e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=python-pywikibot
_module='pywikibot'
-pkgver=6.2.0
+pkgver=6.3.0
pkgrel=1
pkgdesc="Python MediaWiki Bot Framework"
url="https://www.mediawiki.org/wiki/Pywikibot"
@@ -26,4 +26,4 @@ package() {
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
}
-sha256sums=('aeac6cbcfbea11b6e5ed6069607848854ca7389788c324339c66718d3cf97baa')
+sha256sums=('bcbafba40878102c0a4233dbcb1be2f51d4d55960d1b9b33f18b65188b6581bd')