[arch-commits] Commit in python-markups/trunk (PKGBUILD)
Jiachen Yang
farseerfc at archlinux.org
Wed Sep 26 03:23:28 UTC 2018
Date: Wednesday, September 26, 2018 @ 03:23:28
Author: farseerfc
Revision: 385118
upgpkg: python-markups 3.0.0-5
python-markups add dependency to python-setuptools
Modified:
python-markups/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-26 02:08:52 UTC (rev 385117)
+++ PKGBUILD 2018-09-26 03:23:28 UTC (rev 385118)
@@ -5,7 +5,7 @@
pkgbase=python-markups
pkgname=('python-markups' 'python2-markups')
pkgver=3.0.0
-pkgrel=4
+pkgrel=5
pkgdesc='Wrapper around various text markups'
arch=('any')
url='https://launchpad.net/python-markups'
@@ -33,7 +33,7 @@
}
package_python-markups() {
- depends=('python-markdown-math')
+ depends=('python-markdown-math' 'python-setuptools')
optdepends=('python-docutils: for reStructuredText language support'
'python-pygments: for highlighting output style')
@@ -43,7 +43,7 @@
}
package_python2-markups() {
- depends=('python2-markdown-math')
+ depends=('python2-markdown-math' 'python2-setuptools')
optdepends=('python2-docutils: for reStructuredText language support'
'python2-pygments: for highlighting output style')
More information about the arch-commits
mailing list