summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-02-26 09:49:19 -0500
committerCarlos Aznarán Laos2022-02-26 09:49:19 -0500
commit9bc1bb700987ca3f59e1b857f4a4ffa7f0d9fbee (patch)
treeca8c55d768adf2dece7f6a38f8a2e18a7eb11e24
parent3796202230728db4be2ab9188cfac3b8e386cbe1 (diff)
downloadaur-9bc1bb700987ca3f59e1b857f4a4ffa7f0d9fbee.tar.gz
Version bump to 7.0.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2cf96678287..24e4a44ce3c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pywikibot
pkgdesc = Python library that interfaces with the MediaWiki API
- pkgver = 6.6.5
+ pkgver = 7.0.0
pkgrel = 1
url = https://www.mediawiki.org/wiki/Manual:pywikibot
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-pywikibot
depends = python-mwparserfromhell
optdepends = python-wikitextparser: parsing MediaWiki wikicode
optdepends = python-stdnum: cosmetic changes for numbers
- source = https://github.com/wikimedia/pywikibot/archive/6.6.5.tar.gz
+ source = https://github.com/wikimedia/pywikibot/archive/7.0.0.tar.gz
sha512sums = d5573cb48b363571bcef1c62c61d5417cf3a48745aecfda44c13ef5e6d2d369128440e7df4740ba460ba39e24935f68263f7ced3cbb0de944e0503dcb91a7512
pkgname = python-pywikibot
diff --git a/PKGBUILD b/PKGBUILD
index 2e9a9d882f5d..c9c95c91dd8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Simon Legner <Simon.Legner@gmail.com>
_base=pywikibot
pkgname=python-${_base}
-pkgver=6.6.5
+pkgver=7.0.0
pkgrel=1
pkgdesc="Python library that interfaces with the MediaWiki API"
url="https://www.mediawiki.org/wiki/Manual:${_base}"