summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-06-26 14:11:14 -0500
committerCarlos Aznarán Laos2022-06-26 14:11:14 -0500
commit6e00d321f67be50513f22459fb46d138b6284a95 (patch)
tree0b7cb996243f759b4b03418ed06aaa93cbdb364c
parent5a98143a78affcc132daafe29e3adb23ed24efb4 (diff)
downloadaur-6e00d321f67be50513f22459fb46d138b6284a95.tar.gz
Bump version 7.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eac55442e590..7db4e7c2acc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pywikibot
pkgdesc = Python library that interfaces with the MediaWiki API
- pkgver = 7.3.0
+ pkgver = 7.4.0
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.3.0.tar.gz
- sha512sums = 54c969a0fb227142c91e3945fe8f4ac849b16f566ed116ad7b884f29004d13beac5273c42ece84232fe0753ceac3b0dda003439b460606341d7304f34ec74f49
+ source = https://github.com/wikimedia/pywikibot/archive/7.4.0.tar.gz
+ sha512sums = daed07aee5c324219e6a0f3aa8755b856d3d883c4fcefd4c578bcca459a4a676c3880767f25fbd5b62837e56e1f6b43a29068033c1f5c824139a5ae4e592495d
pkgname = python-pywikibot
diff --git a/PKGBUILD b/PKGBUILD
index 941a7c97b588..920eb92d16c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Simon Legner <Simon.Legner@gmail.com>
_base=pywikibot
pkgname=python-${_base}
-pkgver=7.3.0
+pkgver=7.4.0
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=('54c969a0fb227142c91e3945fe8f4ac849b16f566ed116ad7b884f29004d13beac5273c42ece84232fe0753ceac3b0dda003439b460606341d7304f34ec74f49')
+sha512sums=('daed07aee5c324219e6a0f3aa8755b856d3d883c4fcefd4c578bcca459a4a676c3880767f25fbd5b62837e56e1f6b43a29068033c1f5c824139a5ae4e592495d')
build() {
cd ${_base}-${pkgver}