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

Kyle Keen kkeen at archlinux.org
Sat Oct 20 12:07:19 UTC 2018


    Date: Saturday, October 20, 2018 @ 12:07:19
  Author: kkeen
Revision: 398051

upgpkg: python-mistune 0.8.4-1

Modified:
  python-mistune/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-20 12:02:55 UTC (rev 398050)
+++ PKGBUILD	2018-10-20 12:07:19 UTC (rev 398051)
@@ -4,8 +4,8 @@
 pkgbase=python-mistune
 _pkgname=mistune
 pkgname=('python-mistune' 'python2-mistune')
-pkgver=0.8.3
-pkgrel=2
+pkgver=0.8.4
+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=("$pkgbase-$pkgver.tgz::https://github.com/lepture/mistune/archive/v${pkgver}.tar.gz")
-md5sums=('2f2cc1d1d6d58460a52e22778ef86d44')
+md5sums=('22fc9ea84220214a2b9b2b5b4213e209')
 
 prepare() {
   cd "$srcdir"



More information about the arch-commits mailing list