summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2021-03-27 09:25:01 +0000
committerSimon Legner2021-03-27 09:25:01 +0000
commit2421360d47f0407794448392c6120a7b4e87a173 (patch)
treeedc02c8ed04a1523a6db5c31af113924b3b4f468
parent118ceb05663d230861b6a356f270d01bdad36419 (diff)
downloadaur-2421360d47f0407794448392c6120a7b4e87a173.tar.gz
upgpkg: python-pywikibot 6.0.1-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 535abdc9e014..04c09b9c035d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pywikibot
pkgdesc = Python MediaWiki Bot Framework
- pkgver = 5.6.0
- pkgrel = 2
+ pkgver = 6.0.1
+ pkgrel = 1
url = https://www.mediawiki.org/wiki/Pywikibot
arch = any
license = MIT
@@ -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-5.6.0.tar.gz
- sha256sums = 33e31a69d3f16986449853d692c24e87246405b8ca3302483bf01d098085045e
+ source = https://files.pythonhosted.org/packages/source/p/pywikibot/pywikibot-6.0.1.tar.gz
+ sha256sums = c8d3b744c1cfe7cc49169ee6f5287acd65e9f587670fe55cb886374c46a03651
pkgname = python-pywikibot
diff --git a/PKGBUILD b/PKGBUILD
index 87f5406c9f99..392f5e6edf3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=python-pywikibot
_module='pywikibot'
-pkgver=5.6.0
-pkgrel=2
+pkgver=6.0.1
+pkgrel=1
pkgdesc="Python MediaWiki Bot Framework"
url="https://www.mediawiki.org/wiki/Pywikibot"
depends=('python' 'python-requests')
@@ -26,4 +26,4 @@ package() {
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
}
-sha256sums=('33e31a69d3f16986449853d692c24e87246405b8ca3302483bf01d098085045e')
+sha256sums=('c8d3b744c1cfe7cc49169ee6f5287acd65e9f587670fe55cb886374c46a03651')