summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2024-05-03 13:27:11 -0500
committerCarlos Aznarán2024-05-03 13:27:11 -0500
commitd327c7b39a67af35b7ee2a67f859fafe2232a0e5 (patch)
tree223a2cc3d03aaa6aa3b1da8d9b08f00ceff7343d /PKGBUILD
parent5eb7c1323af8675d6bb596adf37789f5a66850c8 (diff)
downloadaur-python-pywikibot.tar.gz
Bump version to 9.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f813cc852ca3..dfe7ac00f9e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Simon Legner <Simon.Legner@gmail.com>
_base=pywikibot
pkgname=python-${_base}
-pkgver=9.1.1
+pkgver=9.1.2
pkgrel=1
pkgdesc="Python library that interfaces with the MediaWiki API"
url="https://www.mediawiki.org/wiki/Manual:${_base}"
@@ -14,7 +14,7 @@ optdepends=('python-wikitextparser: parsing MediaWiki wikicode'
'python-stdnum: cosmetic changes for numbers')
# python-sseclient python-pydot python-google python-pymysql python-pillow python-mwoauth python-beautifulsoup4 python-fake-useragent flake8 python-darglint python-flake8-bugbear python-flake8-coding python-flake8-colors python-flake8-comprehensions python-flake8-docstrings python-flake8-future-import python-verve-flake8-mock python-flake8-print python-flake8-quotes python-flake8-string-format python-flake8-tuple python-flake8-no-u-prefixed-strings python-pep8-naming python-hacking
source=(${_base}-${pkgver}.tar.gz::https://github.com/wikimedia/${_base}/archive/${pkgver}.tar.gz)
-sha512sums=('45ef9ab18f6a29fae41cf02fd20c554b2e423945f45d68f688508f0e5c784879e18941e09b512d7316df6612c9ba82bbbeac3e1abb68aec9f006780dd683d8a2')
+sha512sums=('b5632895c0da69372c46b09279f875f7089e95f1b4c0e0cdad27fe264ec2d0262de893e85b1f1fff442e6a75acb6ecad63d7b348c2103151dc24be3de98ab0a3')
build() {
cd ${_base}-${pkgver}