[arch-commits] Commit in python-markdown-math/trunk (PKGBUILD)
Jiachen Yang
farseerfc at archlinux.org
Wed Jul 8 06:24:12 UTC 2020
Date: Wednesday, July 8, 2020 @ 06:24:11
Author: farseerfc
Revision: 660468
upgpkg: python-markdown-math 0.7-1: python-markdown-math 0.7 release
Modified:
python-markdown-math/trunk/PKGBUILD
----------+
PKGBUILD | 16 +++++-----------
1 file changed, 5 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-08 06:12:43 UTC (rev 660467)
+++ PKGBUILD 2020-07-08 06:24:11 UTC (rev 660468)
@@ -2,8 +2,8 @@
# AUR Maintainer: Marcus Scheunemann
pkgname=python-markdown-math
-pkgver=0.6
-pkgrel=5
+pkgver=0.7
+pkgrel=1
pkgdesc="Math extension for Python-Markdown"
arch=('any')
url="https://github.com/mitya57/python-markdown-math"
@@ -10,17 +10,11 @@
license=('BSD')
depends=('python-markdown')
makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${pkgname:0:1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
- "fix-markdown-3.x.patch::https://github.com/mitya57/python-markdown-math/commit/7c2a82327dc6aabca25cd42bf9cce4f0c237fd80.patch")
-sha256sums=('c68d8cb9695cb7b435484403dc18941d1bad0ff148e4166d9417046a0d5d3022'
- 'SKIP'
- '06ba6b40175a410534d14fe5482d773c1d49d684c0ac74c4795f187c10890c5f')
+source=("https://files.pythonhosted.org/packages/source/${pkgname:0:1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('17a12175e8b2052a1c3402fca410841c551c678046293b1f7c280ccfe7b302a0'
+ 'SKIP')
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