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

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Apr 16 21:57:07 UTC 2018


    Date: Monday, April 16, 2018 @ 21:57:06
  Author: jlichtblau
Revision: 316584

upgpkg: hugo 0.39-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-16 21:40:40 UTC (rev 316583)
+++ PKGBUILD	2018-04-16 21:57:06 UTC (rev 316584)
@@ -5,7 +5,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.38.2
+pkgver=0.39
 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=('a8197de4e2480dade53cfe6c0213c3576efe468d1e21d7518cecb019edbbb846')
+sha256sums=('db8e8e8f51879d8892bc089bc2078bfa83a7d9a4231e39c60220911b2ee9ad30')
 
 prepare() {
   cd "${srcdir}"/${pkgname}-${pkgver}
@@ -36,5 +36,5 @@
 package() {
   cd "${GOPATH}/src/github.com/gohugoio/hugo"
   install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }



More information about the arch-commits mailing list