[arch-commits] Commit in hugo/trunk (PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Jan 21 12:09:06 UTC 2018


    Date: Sunday, January 21, 2018 @ 12:09:03
  Author: jlichtblau
Revision: 284495

upgpkg: hugo 0.33-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-21 12:08:59 UTC (rev 284494)
+++ PKGBUILD	2018-01-21 12:09:03 UTC (rev 284495)
@@ -5,7 +5,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.32.4
+pkgver=0.33
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('go-pie' 'git')
 optdepends=('pygmentize: syntax-highlight code snippets')
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('044c6214d53aaefb86deeca7305bef189efc9c624485d9b737e1a566ab34d02b')
+sha256sums=('689164eaaf5c7016574036d8977a35bed58a7fbd2b178e8205a426116e5b94d0')
 
 prepare() {
   cd "${srcdir}"/${pkgname}-${pkgver}
@@ -27,7 +27,8 @@
 
 build() {
   cd "${GOPATH}/src/github.com/gohugoio/hugo"
-  go get -u github.com/kardianos/govendor
+  go get -u github.com/golang/dep/cmd/dep
+  dep ensure
   go get github.com/magefile/mage
   mage hugo
 }



More information about the arch-commits mailing list