Date: Sunday, September 2, 2018 @ 17:38:42 Author: jlichtblau Revision: 376069
upgpkg: hugo 0.48-1 - new upstream release Modified: hugo/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-02 17:33:44 UTC (rev 376068) +++ PKGBUILD 2018-09-02 17:38:42 UTC (rev 376069) @@ -5,7 +5,7 @@ # Contributor: Brenton Horne pkgname=hugo -pkgver=0.46 +pkgver=0.48 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=('3cb167e24bdbb2362415aba4b1be301596276b4ff565116cb81df95bdfc50c0a') +sha256sums=('0fa6bf285fc586fccacbf782017a5c0c9d164f6bf0670b12dd21526b32328cb2') prepare() { cd "${srcdir}"/${pkgname}-${pkgver} @@ -30,7 +30,7 @@ go get -u github.com/golang/dep/cmd/dep dep ensure go get github.com/magefile/mage - mage hugo + HUGO_BUILD_TAGS=extended mage hugo } package() {