summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-07-26 15:12:52 -0500
committerCarlos Aznarán Laos2022-07-26 15:12:52 -0500
commit85ebba23144e1e9a284c4ba8177a92c547ad3c3d (patch)
tree933ad59d347807cc1e7e7cb4db6cd98571d61611
parent8268b5515321f2729bae95d80517295ec8c83be0 (diff)
downloadaur-85ebba23144e1e9a284c4ba8177a92c547ad3c3d.tar.gz
Bump version to 7.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 207960250c91..98091f90a19c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pywikibot
pkgdesc = Python library that interfaces with the MediaWiki API
- pkgver = 7.5.0
+ pkgver = 7.5.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 = https://github.com/wikimedia/pywikibot/archive/7.5.0.tar.gz
- sha512sums = ee886a0ef327722188c4c59424f8f87be10c0d3c33c92d654df7ca50551e51e78b6594fba432c045564f808936dd8576a493b2e38554b963dbc12cd03ac84d3e
+ source = https://github.com/wikimedia/pywikibot/archive/7.5.2.tar.gz
+ sha512sums = 7c0c9e988666174ce797e70d232e7f918c961041cd8e9295f2ecc74d5b8d5a3029fcf35006d5178c7c54d2ce78ee619ffd50a5557a0145ec8f27ba076f6a20a9
pkgname = python-pywikibot
diff --git a/PKGBUILD b/PKGBUILD
index 95eb7f79d085..55344987ba47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Simon Legner <Simon.Legner@gmail.com>
_base=pywikibot
pkgname=python-${_base}
-pkgver=7.5.0
+pkgver=7.5.2
pkgrel=1
pkgdesc="Python library that interfaces with the MediaWiki API"
url="https://www.mediawiki.org/wiki/Manual:${_base}"
@@ -12,7 +12,7 @@ depends=(python-requests python-setuptools python-mwparserfromhell)
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-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-pyflakes python-hacking
source=(https://github.com/wikimedia/${_base}/archive/${pkgver}.tar.gz)
-sha512sums=('ee886a0ef327722188c4c59424f8f87be10c0d3c33c92d654df7ca50551e51e78b6594fba432c045564f808936dd8576a493b2e38554b963dbc12cd03ac84d3e')
+sha512sums=('7c0c9e988666174ce797e70d232e7f918c961041cd8e9295f2ecc74d5b8d5a3029fcf35006d5178c7c54d2ce78ee619ffd50a5557a0145ec8f27ba076f6a20a9')
build() {
cd ${_base}-${pkgver}