[arch-commits] Commit in packer/repos/community-x86_64 (PKGBUILD PKGBUILD)

Christian Rebischke shibumi at archlinux.org
Sun Apr 14 03:17:03 UTC 2019


    Date: Sunday, April 14, 2019 @ 03:17:02
  Author: shibumi
Revision: 451564

archrelease: copy trunk to community-x86_64

Added:
  packer/repos/community-x86_64/PKGBUILD
    (from rev 451563, packer/trunk/PKGBUILD)
Deleted:
  packer/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-14 03:16:55 UTC (rev 451563)
+++ PKGBUILD	2019-04-14 03:17:02 UTC (rev 451564)
@@ -1,33 +0,0 @@
-# Maintainer: Christian Rebischke <Chris.Rebischke[at]archlinux[dot]org>
-pkgname=packer
-replaces=('packer-io')
-pkgver=1.3.5
-pkgrel=1
-pkgdesc="tool for creating identical machine images for multiple platforms from a single source configuration"
-arch=('x86_64')
-url="https://github.com/hashicorp/packer"
-license=('MPL')
-makedepends=('git' 'go-pie' 'go-tools')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hashicorp/packer/archive/v${pkgver}.tar.gz")
-sha512sums=('becd747b43c8a9c0aa93d1d723f2e2383e9f2adc19e82653142ea13080aa393750cd3fdf86fa259af21af6b6417bf023e7e482402dfa56d347720fb740ebe906')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p "src/github.com/hashicorp"
-  mv "${pkgname}-${pkgver}" "src/github.com/hashicorp/${pkgname}"
-  sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i "${srcdir}/src/github.com/hashicorp/${pkgname}/Makefile"
-}
-build() {
-  cd "src/github.com/hashicorp/${pkgname}"
-  go build -o packer-binary
-}
-
-package() {
-  cd "src/github.com/hashicorp/${pkgname}"
-  install -Dm755 packer-binary "${pkgdir}/usr/bin/packer"
-  install -Dm644 contrib/zsh-completion/_packer "${pkgdir}"/usr/share/zsh/site-functions/_packer
-}
-
-# vim:set et sw=2 ts=2 tw=79:

Copied: packer/repos/community-x86_64/PKGBUILD (from rev 451563, packer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-14 03:17:02 UTC (rev 451564)
@@ -0,0 +1,33 @@
+# Maintainer: Christian Rebischke <Chris.Rebischke[at]archlinux[dot]org>
+pkgname=packer
+replaces=('packer-io')
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="tool for creating identical machine images for multiple platforms from a single source configuration"
+arch=('x86_64')
+url="https://github.com/hashicorp/packer"
+license=('MPL')
+makedepends=('git' 'go-pie' 'go-tools')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hashicorp/packer/archive/v${pkgver}.tar.gz")
+sha512sums=('d2dbeb99d1fe44a427d2997eeb4ff6ae66bdf2d7f8f08e2105f8614487a6565b8bc263cf8aab8413520783a4dde18d150aae6c69db171fe1cfab3ee1bd0a0743')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  export PATH="$PATH:$GOPATH/bin"
+  mkdir -p "src/github.com/hashicorp"
+  mv "${pkgname}-${pkgver}" "src/github.com/hashicorp/${pkgname}"
+  sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i "${srcdir}/src/github.com/hashicorp/${pkgname}/Makefile"
+}
+build() {
+  cd "src/github.com/hashicorp/${pkgname}"
+  go build -o packer-binary
+}
+
+package() {
+  cd "src/github.com/hashicorp/${pkgname}"
+  install -Dm755 packer-binary "${pkgdir}/usr/bin/packer"
+  install -Dm644 contrib/zsh-completion/_packer "${pkgdir}"/usr/share/zsh/site-functions/_packer
+}
+
+# vim:set et sw=2 ts=2 tw=79:



More information about the arch-commits mailing list