summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-07-17 10:10:32 -0600
committerMark Wagie2020-07-17 10:10:32 -0600
commit9704ff9c85cfa61d2f499a30a1cd38e18073dde6 (patch)
tree8e2df9d492eee714b2e4cbc233f01231e8100d01
parent1515acade4084a82137843712b822b29c49d60fb (diff)
downloadaur-9704ff9c85cfa61d2f499a30a1cd38e18073dde6.tar.gz
add description for Pygments
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8813da653299..02d8bb883545 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = pymdown-extensions
license = MIT
makedepends = python-setuptools
depends = python-markdown>3.2
- optdepends = python-pygments
+ optdepends = python-pygments: syntax highlighting
source = https://pypi.org/packages/source/p/pymdown-extensions/pymdown-extensions-7.1.tar.gz
sha256sums = 5bf93d1ccd8281948cd7c559eb363e59b179b5373478e8a7195cf4b78e3c11b6
diff --git a/PKGBUILD b/PKGBUILD
index ebc366b5eda4..cc743561aa3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="http://facelessuser.github.io/pymdown-extensions"
license=('MIT')
depends=('python-markdown>3.2')
makedepends=('python-setuptools')
-optdepends=('python-pygments')
+optdepends=('python-pygments: syntax highlighting')
source=("https://pypi.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz")
#source=("$pkgname-$pkgver.tar.gz::https://github.com/facelessuser/$pkgname/archive/$pkgver.tar.gz")
sha256sums=('5bf93d1ccd8281948cd7c559eb363e59b179b5373478e8a7195cf4b78e3c11b6')