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

Jiachen Yang farseerfc at archlinux.org
Thu Jun 7 07:17:08 UTC 2018


    Date: Thursday, June 7, 2018 @ 07:17:07
  Author: farseerfc
Revision: 341712

upgpkg: python-markdown-math 0.5-1

python-markdown-math: added as dependency for retext

Modified:
  python-markdown-math/trunk/PKGBUILD

----------+
 PKGBUILD |    2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-07 07:12:23 UTC (rev 341711)
+++ PKGBUILD	2018-06-07 07:17:07 UTC (rev 341712)
@@ -6,6 +6,7 @@
 pkgdesc="Math extension for Python-Markdown"
 arch=('any')
 url="https://github.com/mitya57/python-markdown-math"
+license=("custom:BSD")
 makedepends=('python-setuptools')
 source=("https://github.com/mitya57/python-markdown-math/archive/${pkgver}.tar.gz")
 sha256sums=('2ec21c037e514761b25d25837a05593be09375a74ce8507c748a836e8ab87e11')
@@ -13,4 +14,5 @@
 package() {
     cd "python-markdown-math-${pkgver}"
     python setup.py install --root="${pkgdir}/" --optimize=1
+    install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }



More information about the arch-commits mailing list