summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-08-29 21:05:46 -0500
committerCarlos Aznarán Laos2023-08-29 21:05:46 -0500
commit22cfa3bbd237aba275aed3cbbe4e492e45cc60bf (patch)
tree109fcd6f4194138f6ceba27710dc40aee80f5095
parent4fe874d36727f6c7ba76e39118ce544a59c81b2e (diff)
downloadaur-22cfa3bbd237aba275aed3cbbe4e492e45cc60bf.tar.gz
Bump version to 8.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a642d3d8f030..48e39483e58f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pywikibot
pkgdesc = Python library that interfaces with the MediaWiki API
- pkgver = 8.3.1
+ pkgver = 8.3.2
pkgrel = 1
url = https://www.mediawiki.org/wiki/Manual:pywikibot
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-pywikibot
depends = python-mwparserfromhell
optdepends = python-wikitextparser: parsing MediaWiki wikicode
optdepends = python-stdnum: cosmetic changes for numbers
- source = pywikibot-8.3.1.tar.gz::https://github.com/wikimedia/pywikibot/archive/8.3.1.tar.gz
- sha512sums = d71ad6f7fa7984b5445418febf858459805e8b40269f767dd03c51e8f15f2ceea0a1cef52fb8294ea605aac421d9183e25d540fc2eba7eac8649aa7a42740096
+ source = pywikibot-8.3.2.tar.gz::https://github.com/wikimedia/pywikibot/archive/8.3.2.tar.gz
+ sha512sums = 66a5dd64a72f7eb7f989c28dfad9942665f7d783a9641eb92831643b019fe03b8c5ff401ee35a161f2cba11f4aff6a80f344dd7f633ced174ba549fcce3cb165
pkgname = python-pywikibot
diff --git a/PKGBUILD b/PKGBUILD
index 27ff1534d836..b7ee4f69cb9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Simon Legner <Simon.Legner@gmail.com>
_base=pywikibot
pkgname=python-${_base}
-pkgver=8.3.1
+pkgver=8.3.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=('d71ad6f7fa7984b5445418febf858459805e8b40269f767dd03c51e8f15f2ceea0a1cef52fb8294ea605aac421d9183e25d540fc2eba7eac8649aa7a42740096')
+sha512sums=('66a5dd64a72f7eb7f989c28dfad9942665f7d783a9641eb92831643b019fe03b8c5ff401ee35a161f2cba11f4aff6a80f344dd7f633ced174ba549fcce3cb165')
build() {
cd ${_base}-${pkgver}