summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordvorapa2023-09-06 19:59:30 +0200
committerdvorapa2023-09-06 19:59:30 +0200
commit34098b29eca727c767c14aca50a613886daa197a (patch)
treec5787ebdd68972847b0dbd222ef12ab49e31e730 /PKGBUILD
parentcb7a219909d7739d5d7ba97da9100c7b048c9e5c (diff)
downloadaur-34098b29eca727c767c14aca50a613886daa197a.tar.gz
new version
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f287eada78e..bc8561030d8e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pavel Dvorak <dvorapa~seznam~cz>
pkgname=python-mwparserfromhell
-pkgver=0.6.4
+pkgver=0.6.5
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=(92bec9528ae34d272893ccaf2b527df85c314ff28cfbb3056340467b095d834c)
+sha256sums=(2bad0bff614576399e4470d6400ba29c52d595682a4b8de642afbb5bebf4a346)
build() {
cd "$srcdir/mwparserfromhell-$pkgver"