summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2021-09-22 05:15:16 +0000
committerSimon Legner2021-09-22 05:15:16 +0000
commit71424bb5b1dd77973d99f81fe9f6c8bcf9b2b4f5 (patch)
tree30591de46b524e81ba8c1990991a7c0de66b5e7a
parent7e9f438af7a570cf9f842b559235b639b06de449 (diff)
downloadaur-71424bb5b1dd77973d99f81fe9f6c8bcf9b2b4f5.tar.gz
upgpkg: python-pywikibot 6.6.1-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 fa850e29454e..3bb75431004f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pywikibot
pkgdesc = Python MediaWiki Bot Framework
- pkgver = 6.5.0
+ pkgver = 6.6.1
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.5.0.tar.gz
- sha256sums = d14f7e6db108e88477b41b00b9fc6a439e106433ffb0c9723b0aa173562d5829
+ source = https://files.pythonhosted.org/packages/source/p/pywikibot/pywikibot-6.6.1.tar.gz
+ sha256sums = 22e587318eb4148b92ae759010a13f2defd8c711c73656ab2dd5b5c19ac4084b
pkgname = python-pywikibot
diff --git a/PKGBUILD b/PKGBUILD
index 9f408dbeebd3..090986e4fc73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=python-pywikibot
_module='pywikibot'
-pkgver=6.5.0
+pkgver=6.6.1
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=('d14f7e6db108e88477b41b00b9fc6a439e106433ffb0c9723b0aa173562d5829')
+sha256sums=('22e587318eb4148b92ae759010a13f2defd8c711c73656ab2dd5b5c19ac4084b')