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

Kyle Keen kkeen at archlinux.org
Sat Jul 21 01:52:39 UTC 2018


    Date: Saturday, July 21, 2018 @ 01:52:38
  Author: kkeen
Revision: 362641

upgpkg: python-mistune 0.8.3-1

Modified:
  python-mistune/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-21 01:16:29 UTC (rev 362640)
+++ PKGBUILD	2018-07-21 01:52:38 UTC (rev 362641)
@@ -5,8 +5,8 @@
 pkgbase=python-mistune
 _pkgname=mistune
 pkgname=('python-mistune' 'python2-mistune')
-pkgver=0.8.1
-pkgrel=2
+pkgver=0.8.3
+pkgrel=1
 pkgdesc="The fastest markdown parser in pure Python with renderer feature."
 arch=('any')
 url="https://github.com/lepture/mistune"
@@ -13,8 +13,8 @@
 license=('BSD')
 depends=('python')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://github.com/lepture/mistune/archive/v${pkgver}.tar.gz")
-md5sums=('48de519df46992d12b45d562ee5bfedb')
+source=("$pkgbase-$pkgver.tgz::https://github.com/lepture/mistune/archive/v${pkgver}.tar.gz")
+md5sums=('2f2cc1d1d6d58460a52e22778ef86d44')
 
 prepare() {
   cd "$srcdir"



More information about the arch-commits mailing list