summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-05-09 10:01:00 -0500
committerCarlos Aznarán Laos2022-05-09 10:01:00 -0500
commit355694b91a5aae22b5c3596dc01d45e5951130da (patch)
treef8ac7f3cb44cd08ef70ed519fc946141ff060ae7
parentc396b52344114a4cad90874d53a730e4c4c0ef03 (diff)
downloadaur-355694b91a5aae22b5c3596dc01d45e5951130da.tar.gz
Update checksum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4be0b2cfa678..b8bfd9eab769 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pywikibot
pkgdesc = Python library that interfaces with the MediaWiki API
pkgver = 7.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.mediawiki.org/wiki/Manual:pywikibot
arch = any
license = MIT
@@ -11,6 +11,6 @@ pkgbase = python-pywikibot
optdepends = python-wikitextparser: parsing MediaWiki wikicode
optdepends = python-stdnum: cosmetic changes for numbers
source = https://github.com/wikimedia/pywikibot/archive/7.2.1.tar.gz
- sha512sums =
+ sha512sums = c65f653cbbc34e69a7e24c53e7df243dc74d64c0fb134e2038014f53dc47a9efb0cdcc32fb1b7b6c1cab47b6590794b9ba6392457af2f66d5e81d7fdc14f1482
pkgname = python-pywikibot
diff --git a/PKGBUILD b/PKGBUILD
index 1ad7e650e11f..92c692ad3ee6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_base=pywikibot
pkgname=python-${_base}
pkgver=7.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python library that interfaces with the MediaWiki API"
url="https://www.mediawiki.org/wiki/Manual:${_base}"
license=(MIT)
@@ -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=('')
+sha512sums=('c65f653cbbc34e69a7e24c53e7df243dc74d64c0fb134e2038014f53dc47a9efb0cdcc32fb1b7b6c1cab47b6590794b9ba6392457af2f66d5e81d7fdc14f1482')
build() {
cd ${_base}-${pkgver}