[arch-commits] Commit in hugo/trunk (PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Sun Feb 28 13:21:38 UTC 2021
Date: Sunday, February 28, 2021 @ 13:21:37
Author: jlichtblau
Revision: 875883
upgpkg: hugo 0.81.0-1 - new upstream release
Modified:
hugo/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-28 13:20:16 UTC (rev 875882)
+++ PKGBUILD 2021-02-28 13:21:37 UTC (rev 875883)
@@ -4,7 +4,7 @@
# Contributor: Brenton Horne
pkgname=hugo
-pkgver=0.80.0
+pkgver=0.81.0
pkgrel=1
pkgdesc="Fast and Flexible Static Site Generator in Go"
arch=('x86_64')
@@ -12,10 +12,10 @@
license=('Apache')
depends=('glibc')
makedepends=('go' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets'
+optdepends=('python-pygments: syntax-highlight code snippets'
'python-docutils: reStructuredText support')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('7942455b1429eda849ff9c09061abb08748619b20ce889b217b7c0aaa67e62e66a8ef3228f894943b6ea464b47e3f7543d81ebb061bb7a04d8106221922471e4')
+sha512sums=('abb734a5481e5947450449b69c8b978c6a94b1e56b7eec658caaa0d08236b8ee599e79b0b509476b3e48eec20d1c697b09b0ee1d2ee9816879cbace5ea26253c')
build() {
cd "${srcdir}"/${pkgname}-${pkgver}
More information about the arch-commits
mailing list