summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2023-09-20 10:20:52 -0500
committerCarlos Aznarán2023-09-20 10:20:52 -0500
commit147f0f4de9e2d0ccd5c96db699279aab15d73450 (patch)
tree6e6ed919a743ddff4b3a89906be64663f1e5ca70
parent22cfa3bbd237aba275aed3cbbe4e492e45cc60bf (diff)
downloadaur-147f0f4de9e2d0ccd5c96db699279aab15d73450.tar.gz
Bump version to 8.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48e39483e58f..78a253b844a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pywikibot
pkgdesc = Python library that interfaces with the MediaWiki API
- pkgver = 8.3.2
+ pkgver = 8.3.3
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.2.tar.gz::https://github.com/wikimedia/pywikibot/archive/8.3.2.tar.gz
- sha512sums = 66a5dd64a72f7eb7f989c28dfad9942665f7d783a9641eb92831643b019fe03b8c5ff401ee35a161f2cba11f4aff6a80f344dd7f633ced174ba549fcce3cb165
+ source = pywikibot-8.3.3.tar.gz::https://github.com/wikimedia/pywikibot/archive/8.3.3.tar.gz
+ sha512sums = 0ee284c82b78bf12fb7ef3ad9b09a4add6320e5f44d4a1e387dee2a9d49bc9b25f4f6c7b55787a55b1d529aae386caf60cf6412bcb9ed84b29807d969ca542a8
pkgname = python-pywikibot
diff --git a/PKGBUILD b/PKGBUILD
index b7ee4f69cb9a..bdb495320316 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Simon Legner <Simon.Legner@gmail.com>
_base=pywikibot
pkgname=python-${_base}
-pkgver=8.3.2
+pkgver=8.3.3
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=('66a5dd64a72f7eb7f989c28dfad9942665f7d783a9641eb92831643b019fe03b8c5ff401ee35a161f2cba11f4aff6a80f344dd7f633ced174ba549fcce3cb165')
+sha512sums=('0ee284c82b78bf12fb7ef3ad9b09a4add6320e5f44d4a1e387dee2a9d49bc9b25f4f6c7b55787a55b1d529aae386caf60cf6412bcb9ed84b29807d969ca542a8')
build() {
cd ${_base}-${pkgver}