summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordvorapa2021-11-20 11:27:26 +0100
committerdvorapa2021-11-20 11:27:26 +0100
commitf0c474ac513bf0b96a29bc96c73c3f9c0ff08c0e (patch)
tree0996e29986e29add04898cb8d0b4819540e3928b
parent0378258c5467e1ea792bf48faa81cd67acbd3ac2 (diff)
downloadaur-f0c474ac513bf0b96a29bc96c73c3f9c0ff08c0e.tar.gz
new release
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77423deb8157..9cc82526b60c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-mwparserfromhell
pkgdesc = Python package that provides an easy-to-use and outrageously powerful parser for MediaWiki wikicode.
- pkgver = 0.6.2
+ pkgver = 0.6.3
pkgrel = 1
url = https://github.com/earwig/mwparserfromhell
arch = any
license = MIT
makedepends = python
makedepends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/m/mwparserfromhell/mwparserfromhell-0.6.2.tar.gz
- sha256sums = d3f74c0101f81ff73c61985b67f2e7048a30dc5f6a578ea1544e69133988d874
+ source = https://files.pythonhosted.org/packages/source/m/mwparserfromhell/mwparserfromhell-0.6.3.tar.gz
+ sha256sums = 1ad779f1bc0808d280ec1026c9de74f424de535568e21debd12830b5b0fa097e
pkgname = python-mwparserfromhell
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index c223716c98fc..d8851a5609d6 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pavel Dvorak <dvorapa~seznam~cz>
pkgname=python-mwparserfromhell
-pkgver=0.6.2
+pkgver=0.6.3
pkgrel=1
pkgdesc="Python package that provides an easy-to-use and outrageously powerful parser for MediaWiki wikicode."
arch=(any)
@@ -9,7 +9,7 @@ url=https://github.com/earwig/mwparserfromhell
license=(MIT)
makedepends=(python python-setuptools)
source=("https://files.pythonhosted.org/packages/source/m/mwparserfromhell/mwparserfromhell-$pkgver.tar.gz")
-sha256sums=(d3f74c0101f81ff73c61985b67f2e7048a30dc5f6a578ea1544e69133988d874)
+sha256sums=(1ad779f1bc0808d280ec1026c9de74f424de535568e21debd12830b5b0fa097e)
build() {
cd "$srcdir/mwparserfromhell-$pkgver"