[arch-commits] Commit in hugo/repos (4 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Tue Oct 17 19:31:33 UTC 2017


    Date: Tuesday, October 17, 2017 @ 19:31:32
  Author: jlichtblau
Revision: 263165

archrelease: copy trunk to community-i686, community-x86_64

Added:
  hugo/repos/community-i686/PKGBUILD
    (from rev 263164, hugo/trunk/PKGBUILD)
  hugo/repos/community-x86_64/PKGBUILD
    (from rev 263164, hugo/trunk/PKGBUILD)
Deleted:
  hugo/repos/community-i686/PKGBUILD
  hugo/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   68 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   34 ----------------------
 community-x86_64/PKGBUILD |   34 ----------------------
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-10-17 19:31:00 UTC (rev 263164)
+++ community-i686/PKGBUILD	2017-10-17 19:31:32 UTC (rev 263165)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough <jonathon_at_manjaro_dot_org>
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.29
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('i686' 'x86_64')
-url="https://gohugo.io/"
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('8b8025472b7699e52a5f6b0cec0a5339130159b1d6ab5d281ed2fc69c97f48c0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  export GOPATH="${srcdir}"
-  export PATH="${PATH}:${srcdir}/bin"
-  install -d "${GOPATH}/src/github.com/gohugoio"
-  ln -sf "$(pwd)" "${GOPATH}/src/github.com/gohugoio/hugo"
-  cd "${GOPATH}/src/github.com/gohugoio/hugo"
-  make hugo-no-gitinfo
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: hugo/repos/community-i686/PKGBUILD (from rev 263164, hugo/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-10-17 19:31:32 UTC (rev 263165)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough <jonathon_at_manjaro_dot_org>
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.30
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('i686' 'x86_64')
+url="https://gohugo.io/"
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'git')
+optdepends=('pygmentize: syntax-highlight code snippets')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('12ececf96c401ce401d8f9b77923c91bba9d212d1cb6543de61862e7e8482231')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  export GOPATH="${srcdir}"
+  export PATH="${PATH}:${srcdir}/bin"
+  install -d "${GOPATH}/src/github.com/gohugoio"
+  ln -sf "$(pwd)" "${GOPATH}/src/github.com/gohugoio/hugo"
+  cd "${GOPATH}/src/github.com/gohugoio/hugo"
+  make hugo-no-gitinfo
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-10-17 19:31:00 UTC (rev 263164)
+++ community-x86_64/PKGBUILD	2017-10-17 19:31:32 UTC (rev 263165)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough <jonathon_at_manjaro_dot_org>
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.29
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('i686' 'x86_64')
-url="https://gohugo.io/"
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('8b8025472b7699e52a5f6b0cec0a5339130159b1d6ab5d281ed2fc69c97f48c0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  export GOPATH="${srcdir}"
-  export PATH="${PATH}:${srcdir}/bin"
-  install -d "${GOPATH}/src/github.com/gohugoio"
-  ln -sf "$(pwd)" "${GOPATH}/src/github.com/gohugoio/hugo"
-  cd "${GOPATH}/src/github.com/gohugoio/hugo"
-  make hugo-no-gitinfo
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 263164, hugo/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-10-17 19:31:32 UTC (rev 263165)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough <jonathon_at_manjaro_dot_org>
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.30
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('i686' 'x86_64')
+url="https://gohugo.io/"
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'git')
+optdepends=('pygmentize: syntax-highlight code snippets')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('12ececf96c401ce401d8f9b77923c91bba9d212d1cb6543de61862e7e8482231')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  export GOPATH="${srcdir}"
+  export PATH="${PATH}:${srcdir}/bin"
+  install -d "${GOPATH}/src/github.com/gohugoio"
+  ln -sf "$(pwd)" "${GOPATH}/src/github.com/gohugoio/hugo"
+  cd "${GOPATH}/src/github.com/gohugoio/hugo"
+  make hugo-no-gitinfo
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list