summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2021-08-16 08:09:40 +0200
committerSimon Legner2021-08-16 08:09:40 +0200
commit7e9f438af7a570cf9f842b559235b639b06de449 (patch)
tree40f4b18cafd3181d2f8187f320d598a256b900ce
parentdb87ede44bcc7266f0aac77ed7f0772e565fb1fa (diff)
downloadaur-7e9f438af7a570cf9f842b559235b639b06de449.tar.gz
upgpkg: python-pywikibot 6.5.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 0b3260299d2f..fa850e29454e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pywikibot
pkgdesc = Python MediaWiki Bot Framework
- pkgver = 6.4.0
+ pkgver = 6.5.0
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.4.0.tar.gz
- sha256sums = de634041ca17b596a81ced7c32400b16307b0df1830d3870a3aa2faec9ce7a8e
+ source = https://files.pythonhosted.org/packages/source/p/pywikibot/pywikibot-6.5.0.tar.gz
+ sha256sums = d14f7e6db108e88477b41b00b9fc6a439e106433ffb0c9723b0aa173562d5829
pkgname = python-pywikibot
diff --git a/PKGBUILD b/PKGBUILD
index fa15e534bcb9..9f408dbeebd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=python-pywikibot
_module='pywikibot'
-pkgver=6.4.0
+pkgver=6.5.0
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=('de634041ca17b596a81ced7c32400b16307b0df1830d3870a3aa2faec9ce7a8e')
+sha256sums=('d14f7e6db108e88477b41b00b9fc6a439e106433ffb0c9723b0aa173562d5829')