summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2023-11-11 12:25:22 -0500
committerCarlos Aznarán2023-11-11 12:25:22 -0500
commitebb401ed221eee04b5f35bba36551e4c7845c909 (patch)
tree4de4399d8785f5d044b0d6a35cc28bfe9cb36be9
parent8ef5e7dd20bbf0dad52b24d527d8e4011297d0fd (diff)
downloadaur-ebb401ed221eee04b5f35bba36551e4c7845c909.tar.gz
Bump version to 8.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8119f566b98e..b926a19edf04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pywikibot
pkgdesc = Python library that interfaces with the MediaWiki API
- pkgver = 8.5.0
+ pkgver = 8.5.1
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.5.0.tar.gz::https://github.com/wikimedia/pywikibot/archive/8.5.0.tar.gz
- sha512sums = a2b365c0c38174efc7cf34f6ad819dd80bbbe8d3c43ac8f369e58001a415be2e91c808b5500d809d2fd029aeeb65396148f66632b19a156c2c6ec2af32d5810f
+ source = pywikibot-8.5.1.tar.gz::https://github.com/wikimedia/pywikibot/archive/8.5.1.tar.gz
+ sha512sums = 5a19d3c843df0eec6d2f04b1282f9ef4b4ff334163a6f6985b13607e8e81e8268df262689fcf8d0aa8cb4e2ce831082634d73fa55a4609b08a47997f2c5facb6
pkgname = python-pywikibot
diff --git a/PKGBUILD b/PKGBUILD
index 2b20ad158911..919ef7bb044d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Simon Legner <Simon.Legner@gmail.com>
_base=pywikibot
pkgname=python-${_base}
-pkgver=8.5.0
+pkgver=8.5.1
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=('a2b365c0c38174efc7cf34f6ad819dd80bbbe8d3c43ac8f369e58001a415be2e91c808b5500d809d2fd029aeeb65396148f66632b19a156c2c6ec2af32d5810f')
+sha512sums=('5a19d3c843df0eec6d2f04b1282f9ef4b4ff334163a6f6985b13607e8e81e8268df262689fcf8d0aa8cb4e2ce831082634d73fa55a4609b08a47997f2c5facb6')
build() {
cd ${_base}-${pkgver}