[arch-commits] Commit in python-mistune/trunk (PKGBUILD)

Kyle Keen kkeen at archlinux.org
Thu Mar 16 23:02:45 UTC 2017


    Date: Thursday, March 16, 2017 @ 23:02:44
  Author: kkeen
Revision: 216847

upgpkg: python-mistune 0.7.4-1

Modified:
  python-mistune/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-16 23:01:19 UTC (rev 216846)
+++ PKGBUILD	2017-03-16 23:02:44 UTC (rev 216847)
@@ -5,8 +5,8 @@
 pkgbase=python-mistune
 _pkgname=mistune
 pkgname=('python-mistune' 'python2-mistune')
-pkgver=0.7.3
-pkgrel=2
+pkgver=0.7.4
+pkgrel=1
 pkgdesc="The fastest markdown parser in pure Python with renderer feature."
 arch=('any')
 url="https://github.com/lepture/mistune"
@@ -14,7 +14,7 @@
 depends=('python')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("https://github.com/lepture/mistune/archive/v${pkgver}.tar.gz")
-md5sums=('d1127006e9636c28e98ad5ff3c70dbab')
+md5sums=('d1ba4788047ea6930d27bb2a438ffe6b')
 
 prepare() {
   cd "$srcdir"



More information about the arch-commits mailing list