summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2021-07-09 07:49:10 +0200
committerSimon Legner2021-07-09 07:49:10 +0200
commitdb87ede44bcc7266f0aac77ed7f0772e565fb1fa (patch)
tree464a972c703a9c0d8d3f9dcf60af1a815f92e17a
parentbca2385cc231c873db179a81e41e6d795460ff81 (diff)
downloadaur-db87ede44bcc7266f0aac77ed7f0772e565fb1fa.tar.gz
upgpkg: python-pywikibot 6.4.0-1
upstream release
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4ce5ddb376e..0b3260299d2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pywikibot
pkgdesc = Python MediaWiki Bot Framework
- pkgver = 6.3.0
- pkgrel = 2
+ pkgver = 6.4.0
+ pkgrel = 1
url = https://www.mediawiki.org/wiki/Pywikibot
arch = any
license = MIT
@@ -12,8 +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.3.0.tar.gz
- sha256sums = bcbafba40878102c0a4233dbcb1be2f51d4d55960d1b9b33f18b65188b6581bd
+ source = https://files.pythonhosted.org/packages/source/p/pywikibot/pywikibot-6.4.0.tar.gz
+ sha256sums = de634041ca17b596a81ced7c32400b16307b0df1830d3870a3aa2faec9ce7a8e
pkgname = python-pywikibot
-
diff --git a/PKGBUILD b/PKGBUILD
index 9894df9aa9b8..fa15e534bcb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=python-pywikibot
_module='pywikibot'
-pkgver=6.3.0
-pkgrel=2
+pkgver=6.4.0
+pkgrel=1
pkgdesc="Python MediaWiki Bot Framework"
url="https://www.mediawiki.org/wiki/Pywikibot"
depends=('python' 'python-requests')
@@ -27,4 +27,4 @@ package() {
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
}
-sha256sums=('bcbafba40878102c0a4233dbcb1be2f51d4d55960d1b9b33f18b65188b6581bd')
+sha256sums=('de634041ca17b596a81ced7c32400b16307b0df1830d3870a3aa2faec9ce7a8e')