[arch-commits] Commit in hugo/repos/community-x86_64 (PKGBUILD)

Christian Rebischke shibumi at archlinux.org
Wed Aug 5 19:49:39 UTC 2020


    Date: Wednesday, August 5, 2020 @ 19:49:38
  Author: shibumi
Revision: 670342

upgpkg: hugo 0.74.3-1

Modified:
  hugo/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-05 19:43:27 UTC (rev 670341)
+++ PKGBUILD	2020-08-05 19:49:38 UTC (rev 670342)
@@ -4,7 +4,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.74.1
+pkgver=0.74.3
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('go' 'git')
 optdepends=('pygmentize: syntax-highlight code snippets')
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('9ebbba3764bae4fc22d48e7aa0840b3d895eff360203f13007dcc87ce8e526edd9b87437ea9cfee764381727f9e5012ed2ff77ab3316247cc859a9b23d6da64c')
+sha512sums=('aca42db5abe1bf36c6793f3e6cf260167285f074366c03fc8f2000f59e4860c634a65fa14855f03dc2c4513fb83f2c215e590825e6d037d107825d589f08208f')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}
@@ -23,7 +23,7 @@
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go build -tags extended 
+  go build -tags extended
   ./hugo gen man
 }
 



More information about the arch-commits mailing list