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

Jiachen Yang farseerfc at archlinux.org
Wed Feb 27 00:15:11 UTC 2019


    Date: Wednesday, February 27, 2019 @ 00:15:09
  Author: farseerfc
Revision: 436183

upgpkg: python-markdown-math 0.6-3

python-markdown-math fixing compatibility with python-markdown

Modified:
  python-markdown-math/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-26 22:28:13 UTC (rev 436182)
+++ PKGBUILD	2019-02-27 00:15:09 UTC (rev 436183)
@@ -4,7 +4,7 @@
 pkgbase=python-markdown-math
 pkgname=('python-markdown-math' 'python2-markdown-math')
 pkgver=0.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Math extension for Python-Markdown"
 arch=('any')
 url="https://github.com/mitya57/python-markdown-math"
@@ -11,11 +11,18 @@
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-markdown' 'python2-markdown')
-source=("https://files.pythonhosted.org/packages/source/${pkgbase:0:1}/${pkgbase}/${pkgbase}-${pkgver}.tar.gz"{,.asc})
+source=("https://files.pythonhosted.org/packages/source/${pkgbase:0:1}/${pkgbase}/${pkgbase}-${pkgver}.tar.gz"{,.asc}
+        "fix-markdown-3.x.patch::https://github.com/mitya57/python-markdown-math/commit/7c2a82327dc6aabca25cd42bf9cce4f0c237fd80.patch")
 sha256sums=('c68d8cb9695cb7b435484403dc18941d1bad0ff148e4166d9417046a0d5d3022'
-            'SKIP')
+            'SKIP'
+            '06ba6b40175a410534d14fe5482d773c1d49d684c0ac74c4795f187c10890c5f')
 validpgpkeys=('F24299FF1BBC9018B906A4CB6026936D2F1C8AE0') # Dmitry Shachnev <mitya57 at debian.org>
 
+prepare() {
+    cd "python-markdown-math-${pkgver}"
+    patch -Np1 -i ../fix-markdown-3.x.patch
+}
+
 build() {
     cd "python-markdown-math-${pkgver}"
 



More information about the arch-commits mailing list