summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordvorapa2022-02-15 06:07:18 +0100
committerdvorapa2022-02-15 06:07:18 +0100
commitcb7a219909d7739d5d7ba97da9100c7b048c9e5c (patch)
treef7c92a755c52d513547f922aceee4c9a6a667b94
parentf0c474ac513bf0b96a29bc96c73c3f9c0ff08c0e (diff)
downloadaur-cb7a219909d7739d5d7ba97da9100c7b048c9e5c.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 9cc82526b60c..b8ec029d9a11 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.3
+ pkgver = 0.6.4
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.3.tar.gz
- sha256sums = 1ad779f1bc0808d280ec1026c9de74f424de535568e21debd12830b5b0fa097e
+ source = https://files.pythonhosted.org/packages/source/m/mwparserfromhell/mwparserfromhell-0.6.4.tar.gz
+ sha256sums = 92bec9528ae34d272893ccaf2b527df85c314ff28cfbb3056340467b095d834c
pkgname = python-mwparserfromhell
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index d8851a5609d6..5f287eada78e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pavel Dvorak <dvorapa~seznam~cz>
pkgname=python-mwparserfromhell
-pkgver=0.6.3
+pkgver=0.6.4
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=(1ad779f1bc0808d280ec1026c9de74f424de535568e21debd12830b5b0fa097e)
+sha256sums=(92bec9528ae34d272893ccaf2b527df85c314ff28cfbb3056340467b095d834c)
build() {
cd "$srcdir/mwparserfromhell-$pkgver"