summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ab8df7b68c0..71db50781cbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jakob Matthes <jakob.matthes@gmail.com>
pkgname=python-markdown2
-pkgver=2.3.1
+pkgver=2.3.4
pkgrel=1
pkgdesc="A fast and complete implementation of Markdown in Python."
url="https://github.com/trentm/python-markdown2"
@@ -8,7 +8,7 @@ license=('MIT')
arch=('any')
depends=('python')
source=("https://github.com/trentm/python-markdown2/archive/${pkgver}.tar.gz")
-md5sums=('8eba09eb54e3ce034b6477ae87945618')
+md5sums=('99cd864d5184ecd5f486d68d8b3274d5')
package() {
cd "$srcdir/$pkgname-$pkgver"