summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2021-11-01 14:58:33 +0100
committerSimon Legner2021-11-01 14:58:33 +0100
commit95f186e0781423a7cc0dd70413530848addea139 (patch)
tree9ce1ecff9b207660197116f3e18aa0efe8c579f5
parent71424bb5b1dd77973d99f81fe9f6c8bcf9b2b4f5 (diff)
downloadaur-95f186e0781423a7cc0dd70413530848addea139.tar.gz
upgpkg: python-pywikibot 6.6.2-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 3bb75431004f..620a2a664a05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pywikibot
pkgdesc = Python MediaWiki Bot Framework
- pkgver = 6.6.1
+ pkgver = 6.6.2
pkgrel = 1
url = https://www.mediawiki.org/wiki/Pywikibot
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-pywikibot
optdepends = python-mwparserfromhell: parsing MediaWiki wikicode (either mwparserfromhell or wikitextparser is required)
optdepends = python-wikitextparser: parsing MediaWiki wikicode (either mwparserfromhell or wikitextparser is required)
optdepends = python-stdnum: cosmetic changes for numbers
- source = https://files.pythonhosted.org/packages/source/p/pywikibot/pywikibot-6.6.1.tar.gz
- sha256sums = 22e587318eb4148b92ae759010a13f2defd8c711c73656ab2dd5b5c19ac4084b
+ source = https://files.pythonhosted.org/packages/source/p/pywikibot/pywikibot-6.6.2.tar.gz
+ sha256sums = 1f242384e975bc08f32347f237887f93beb30948d7a949e2bd43c020882f5bbe
pkgname = python-pywikibot
diff --git a/PKGBUILD b/PKGBUILD
index 090986e4fc73..6c74e7e50678 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=python-pywikibot
_module='pywikibot'
-pkgver=6.6.1
+pkgver=6.6.2
pkgrel=1
pkgdesc="Python MediaWiki Bot Framework"
url="https://www.mediawiki.org/wiki/Pywikibot"
@@ -27,4 +27,4 @@ package() {
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
}
-sha256sums=('22e587318eb4148b92ae759010a13f2defd8c711c73656ab2dd5b5c19ac4084b')
+sha256sums=('1f242384e975bc08f32347f237887f93beb30948d7a949e2bd43c020882f5bbe')