summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Keen2016-06-02 19:02:52 -0400
committerKyle Keen2016-06-02 19:02:52 -0400
commit8560622009e78a5b0ff5b6bd76f4f1e3bf70b00d (patch)
tree704162d389a9bc5f3f637eff6bbecc1293f4423f /PKGBUILD
parent97a5277e26d53f3774e5938a7e46acf726847f37 (diff)
downloadaur-8560622009e78a5b0ff5b6bd76f4f1e3bf70b00d.tar.gz
update to 2.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f4f9980e2c7a..2ab8df7b68c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jakob Matthes <jakob.matthes@gmail.com>
pkgname=python-markdown2
-pkgver=2.3.0
+pkgver=2.3.1
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=('2d8ad801ba6c38b4a1698b2e1bcbcf5c')
+md5sums=('8eba09eb54e3ce034b6477ae87945618')
package() {
cd "$srcdir/$pkgname-$pkgver"