summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordvorapa2023-09-06 19:59:30 +0200
committerdvorapa2023-09-06 19:59:30 +0200
commit34098b29eca727c767c14aca50a613886daa197a (patch)
treec5787ebdd68972847b0dbd222ef12ab49e31e730
parentcb7a219909d7739d5d7ba97da9100c7b048c9e5c (diff)
downloadaur-34098b29eca727c767c14aca50a613886daa197a.tar.gz
new version
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8ec029d9a11..f4bf9ae5cd1d 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.4
+ pkgver = 0.6.5
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.4.tar.gz
- sha256sums = 92bec9528ae34d272893ccaf2b527df85c314ff28cfbb3056340467b095d834c
+ source = https://files.pythonhosted.org/packages/source/m/mwparserfromhell/mwparserfromhell-0.6.5.tar.gz
+ sha256sums = 2bad0bff614576399e4470d6400ba29c52d595682a4b8de642afbb5bebf4a346
pkgname = python-mwparserfromhell
depends = python
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"