summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2020-07-17 10:10:32 -0600
committerMark Wagie2020-07-17 10:10:32 -0600
commit9704ff9c85cfa61d2f499a30a1cd38e18073dde6 (patch)
tree8e2df9d492eee714b2e4cbc233f01231e8100d01 /PKGBUILD
parent1515acade4084a82137843712b822b29c49d60fb (diff)
downloadaur-9704ff9c85cfa61d2f499a30a1cd38e18073dde6.tar.gz
add description for Pygments
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')