[arch-commits] Commit in hugo/trunk (PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Wed Oct 7 16:23:19 UTC 2020
Date: Wednesday, October 7, 2020 @ 16:23:18
Author: jlichtblau
Revision: 720750
FS#67445 - optional dependency added
Modified:
hugo/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-10-07 16:22:43 UTC (rev 720749)
+++ PKGBUILD 2020-10-07 16:23:18 UTC (rev 720750)
@@ -12,7 +12,8 @@
license=('Apache')
depends=('glibc')
makedepends=('go' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets')
+optdepends=('pygmentize: syntax-highlight code snippets'
+ 'python-docutils: reStructuredText support')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
sha512sums=('20f8fc5db5df92c21961e17247d2270aadc56deb7c2075b5f77de0320d3cd57e2454e7e71c511b6d6cea639cfcf3611ace3ca845ce829fc37aae0f349ef612e5')
More information about the arch-commits
mailing list