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

Kyle Keen kkeen at archlinux.org
Fri Dec 11 18:30:32 UTC 2015


    Date: Friday, December 11, 2015 @ 19:30:32
  Author: kkeen
Revision: 153048

upgpkg: python-mistune 0.7.1-1

Modified:
  python-mistune/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-11 17:23:14 UTC (rev 153047)
+++ PKGBUILD	2015-12-11 18:30:32 UTC (rev 153048)
@@ -4,8 +4,8 @@
 pkgbase=python-mistune
 _pkgname=mistune
 pkgname=('python-mistune' 'python2-mistune')
-pkgver=0.5.1
-pkgrel=3
+pkgver=0.7.1
+pkgrel=1
 pkgdesc="The fastest markdown parser in pure Python with renderer feature."
 arch=('any')
 url="https://github.com/lepture/mistune"
@@ -13,7 +13,7 @@
 depends=('python')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("https://github.com/lepture/mistune/archive/v${pkgver}.tar.gz")
-md5sums=('1c6cfce28a4aa90cf125217cd6c6fe6c')
+md5sums=('0d9c29700c670790c5b2471070d32ec2')
 
 prepare() {
   cd "$srcdir"



More information about the arch-commits mailing list