summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-04-23 09:28:58 -0500
committerCarlos Aznarán Laos2023-04-23 09:28:58 -0500
commit71c14129f1d7f01554e8e100c86b2f138d2839ef (patch)
tree0d8d24576770bfc49c133ca9292a71e32d0c096a
parent07ee2156b8aff96d72e50b9a4857bfbb9f07e962 (diff)
downloadaur-71c14129f1d7f01554e8e100c86b2f138d2839ef.tar.gz
Bump version to 8.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d66d7d2ffb27..bbc495a112fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pywikibot
pkgdesc = Python library that interfaces with the MediaWiki API
- pkgver = 8.1.1
+ pkgver = 8.1.2
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 = pywikibot-8.1.1.tar.gz::https://github.com/wikimedia/pywikibot/archive/8.1.1.tar.gz
- sha512sums = 8190ca5da315bb88e2cf3daef005e245f1a2a2429b8cc8a3f203e2d8400955ab82f57dcfba9907df4f985ab1b1ddeba3f192036d1bf855f1eabedeca6069801e
+ source = pywikibot-8.1.2.tar.gz::https://github.com/wikimedia/pywikibot/archive/8.1.2.tar.gz
+ sha512sums = b7cf28a28bf44cd7b7f3537bb02d6e98daa99ea11205319ea10e16653fd09c559154d78f4cd9d80ef786b5ca8cc146dcb0e531b274bde7ee6d43b5b732fed181
pkgname = python-pywikibot
diff --git a/PKGBUILD b/PKGBUILD
index 9179ed0c4b1b..c7a0a5bac263 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Simon Legner <Simon.Legner@gmail.com>
_base=pywikibot
pkgname=python-${_base}
-pkgver=8.1.1
+pkgver=8.1.2
pkgrel=1
pkgdesc="Python library that interfaces with the MediaWiki API"
url="https://www.mediawiki.org/wiki/Manual:${_base}"
@@ -13,7 +13,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=('8190ca5da315bb88e2cf3daef005e245f1a2a2429b8cc8a3f203e2d8400955ab82f57dcfba9907df4f985ab1b1ddeba3f192036d1bf855f1eabedeca6069801e')
+sha512sums=('b7cf28a28bf44cd7b7f3537bb02d6e98daa99ea11205319ea10e16653fd09c559154d78f4cd9d80ef786b5ca8cc146dcb0e531b274bde7ee6d43b5b732fed181')
build() {
cd ${_base}-${pkgver}