Date: Thursday, July 22, 2021 @ 22:28:25 Author: shibumi Revision: 984092
upgpkg: hugo 0.86.0-1 Modified: hugo/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-22 22:23:19 UTC (rev 984091) +++ PKGBUILD 2021-07-22 22:28:25 UTC (rev 984092) @@ -1,10 +1,11 @@ # Maintainer: Jaroslav Lichtblau <[email protected]> +# Maintainer: Christian Rebischke <[email protected]> # Contributor: fordprefect # Contributor: Jonathon Fernyhough <jonathon_at_manjaro_dot_org> # Contributor: Brenton Horne pkgname=hugo -pkgver=0.85.0 +pkgver=0.86.0 pkgrel=1 pkgdesc="Fast and Flexible Static Site Generator in Go" arch=('x86_64') @@ -15,7 +16,7 @@ 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=('213ff0d1d87cca7ff87731216d0d0a80c2e5abbcca39a4222615a5a43f7f13f5456609ef47ab7d493a30af8ec65fb8dcfb21bcaacb43fc2d550178f5fe448966') +sha512sums=('b6073ea67890b165e63fca48653f0ead03fe72cbdd557ecb98555ebbb22eb9133e36156d376ee9b2c9b739756efcc97c4f626a3a5c47cf520cfc02159f7949f2') build() { cd "${srcdir}"/${pkgname}-${pkgver}
