diff --git a/PKGBUILD b/PKGBUILD index 3f5e5f2..d592913 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,11 +1,12 @@ # $Id$ # Maintainer: Jaroslav Lichtblau +# Contributor: George Rawlinson # Contributor: fordprefect # Contributor: Jonathon Fernyhough # Contributor: Brenton Horne pkgname=hugo -pkgver=0.46 +pkgver=0.47.1 pkgrel=1 pkgdesc="Fast and Flexible Static Site Generator in Go" arch=('x86_64') @@ -15,7 +16,7 @@ depends=('glibc') 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=('1c47fef843812c5e2621f28bde445117bc90413e3221f72800512ed82db94c5f') prepare() { cd "${srcdir}"/${pkgname}-${pkgver} @@ -30,7 +31,7 @@ build() { 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() {