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

2018-06-06 Thread Christian Rebischke via arch-commits
Date: Wednesday, June 6, 2018 @ 14:39:17
  Author: shibumi
Revision: 341214

upgpkg: packer-io 1.2.4-1

Modified:
  packer-io/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 14:39:17 UTC (rev 341213)
+++ PKGBUILD2018-06-06 14:39:17 UTC (rev 341214)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 _pkgname=packer
 pkgname=packer-io
-pkgver=1.2.3
+pkgver=1.2.4
 pkgrel=1
 pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 makedepends=('git' 'go-pie' 'go-tools')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}::https://github.com/hashicorp/packer/archive/v${pkgver}.tar.gz;)
-sha512sums=('36ee75669bf61e14ec733be3946ee6e1f8e265a585e21bdfa98fa6073c6e5bf5a02c7b0b8669632d379e4094d4b7b0fbb06e220865af9c3a89ed258b3166fa58')
+sha512sums=('f8e82b8a8695cf3232085beb665071e52cb8ad5ca3ee27f32e180955aaba8a33783ac28f4ee58d3427977fa0f8a635af29842f36ca461a5e94aed582e1d894c9')
 
 prepare() {
   export GOPATH="${srcdir}"


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

2018-04-25 Thread Christian Rebischke via arch-commits
Date: Wednesday, April 25, 2018 @ 22:29:59
  Author: shibumi
Revision: 318050

upgpkg: packer-io 1.2.3-1

Changed from commit hash to tarball

Modified:
  packer-io/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 20:17:54 UTC (rev 318049)
+++ PKGBUILD2018-04-25 22:29:59 UTC (rev 318050)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 _pkgname=packer
 pkgname=packer-io
-pkgver=1.2.2
+pkgver=1.2.3
 pkgrel=1
 pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
 arch=('x86_64')
@@ -9,15 +9,14 @@
 license=('MPL')
 makedepends=('git' 'go-pie' 'go-tools')
 depends=('glibc')
-_packer_commit='ab8811dca8f375344f36dfc32710b9790b2ec03e'
-source=("git+https://github.com/hashicorp/packer#commit=${_packer_commit};)
-sha512sums=('SKIP')
+source=("${pkgname}-${pkgver}::https://github.com/hashicorp/packer/archive/v${pkgver}.tar.gz;)
+sha512sums=('36ee75669bf61e14ec733be3946ee6e1f8e265a585e21bdfa98fa6073c6e5bf5a02c7b0b8669632d379e4094d4b7b0fbb06e220865af9c3a89ed258b3166fa58')
 
 prepare() {
   export GOPATH="${srcdir}"
   export PATH="$PATH:$GOPATH/bin"
   mkdir -p "src/github.com/hashicorp"
-  mv ${_pkgname} 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() {


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

2018-03-29 Thread Christian Rebischke via arch-commits
Date: Thursday, March 29, 2018 @ 22:53:57
  Author: shibumi
Revision: 313479

upgpkg: packer-io 1.2.2-1

Modified:
  packer-io/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 22:27:22 UTC (rev 313478)
+++ PKGBUILD2018-03-29 22:53:57 UTC (rev 313479)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 _pkgname=packer
 pkgname=packer-io
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
 arch=('x86_64')
@@ -9,7 +9,7 @@
 license=('MPL')
 makedepends=('git' 'go-pie' 'go-tools')
 depends=('glibc')
-_packer_commit='0b740f508f4f9b63442879a8c8f7a197b9a83dc1'
+_packer_commit='ab8811dca8f375344f36dfc32710b9790b2ec03e'
 source=("git+https://github.com/hashicorp/packer#commit=${_packer_commit};)
 sha512sums=('SKIP')
 


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

2018-02-24 Thread Christian Rebischke via arch-commits
Date: Saturday, February 24, 2018 @ 13:18:59
  Author: shibumi
Revision: 297924

upgpkg: packer-io 1.2.1-1

new version

Modified:
  packer-io/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-24 13:06:09 UTC (rev 297923)
+++ PKGBUILD2018-02-24 13:18:59 UTC (rev 297924)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 _pkgname=packer
 pkgname=packer-io
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
 arch=('x86_64')
@@ -9,7 +9,7 @@
 license=('MPL')
 makedepends=('git' 'go-pie' 'go-tools')
 depends=('glibc')
-_packer_commit='ca393b96f3909c3cde0f63d5aea211573dd22bc1'
+_packer_commit='0b740f508f4f9b63442879a8c8f7a197b9a83dc1'
 source=("git+https://github.com/hashicorp/packer#commit=${_packer_commit};)
 sha512sums=('SKIP')
 


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

2018-02-14 Thread Christian Rebischke via arch-commits
Date: Wednesday, February 14, 2018 @ 08:52:03
  Author: shibumi
Revision: 294179

upgpkg: packer-io 1.2.0-1

New Version
Use vendor directory

Modified:
  packer-io/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-14 08:49:10 UTC (rev 294178)
+++ PKGBUILD2018-02-14 08:52:03 UTC (rev 294179)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 _pkgname=packer
 pkgname=packer-io
-pkgver=1.1.4
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
 arch=('x86_64')


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

2018-02-14 Thread Christian Rebischke via arch-commits
Date: Wednesday, February 14, 2018 @ 08:49:10
  Author: shibumi
Revision: 294178

upgpkg: packer-io 1.1.4-1

Modified:
  packer-io/trunk/PKGBUILD

--+
 PKGBUILD |   67 +++--
 1 file changed, 8 insertions(+), 59 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-14 08:40:17 UTC (rev 294177)
+++ PKGBUILD2018-02-14 08:49:10 UTC (rev 294178)
@@ -1,8 +1,8 @@
 # Maintainer: Christian Rebischke 
 _pkgname=packer
 pkgname=packer-io
-pkgver=1.1.3
-pkgrel=2
+pkgver=1.1.4
+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;
@@ -9,76 +9,25 @@
 license=('MPL')
 makedepends=('git' 'go-pie' 'go-tools')
 depends=('glibc')
-_packer_commit='9698d7283f790aa1d3755ccbd95a1a1cdea9390a'
-_go_checkpoint_commit='1545e56e46dec3bba264e41fde2c1e2aa65b5dd4'
-_go_cleanhttp_commit='3573b8b52aa7b37b9358d966a898feb387f62437'
-_go_uuid_commit='64130c7a86d732268a38cb04cfbaf0cc987fda98'
-_osext_commit='ae77be60afb1dcacde03767a8c37337fad28ac14'
-_panicwrap_commit='fce601fe55579125e1b3cb0b992287e7290f7b83'
-_cli_commit='65fcae5817c8600da98ada9d7edf26dd1a84837b'
-_prefixedio_commit='6e6954073784f7ee67b28f2d22749d6479151ed7'
-_go_radix_commit='1fca145dffbcaa8fe914309b1ec0cfc67500fe61'
-_speakeasy_commit='4aabc24848ce5fd31929f7d1e4ea74d3709c14cd'
-_go_isatty_commit='6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c'
-source=("git+https://github.com/hashicorp/packer#commit=${_packer_commit};
-
"git+https://github.com/hashicorp/go-checkpoint#commit=${_go_checkpoint_commit};
-
"git+https://github.com/hashicorp/go-cleanhttp#commit=${_go_cleanhttp_commit};
-"git+https://github.com/hashicorp/go-uuid#commit=${_go_uuid_commit};
-"git+https://github.com/kardianos/osext#commit=${_osext_commit};
-
"git+https://github.com/mitchellh/panicwrap#commit=${_panicwrap_commit};
-"git+https://github.com/mitchellh/cli#commit=${_cli_commit};
-
"git+https://github.com/mitchellh/prefixedio#commit=${_prefixedio_commit};
-"git+https://github.com/armon/go-radix#commit=${_go_radix_commit};
-"git+https://github.com/bgentry/speakeasy#commit=${_speakeasy_commit};
-"git+https://github.com/mattn/go-isatty#commit=${_go_isatty_commit};)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
+_packer_commit='ca393b96f3909c3cde0f63d5aea211573dd22bc1'
+source=("git+https://github.com/hashicorp/packer#commit=${_packer_commit};)
+sha512sums=('SKIP')
 
-
 prepare() {
   export GOPATH="${srcdir}"
   export PATH="$PATH:$GOPATH/bin"
-  mkdir -p "src/github.com/mitchellh"
   mkdir -p "src/github.com/hashicorp"
-  mkdir -p "src/github.com/kardianos"
-  mkdir -p "src/github.com/armon"
-  mkdir -p "src/github.com/bgentry"
-  mkdir -p "src/github.com/mattn"
   mv ${_pkgname} src/github.com/hashicorp
-  mv go-checkpoint src/github.com/hashicorp
-  mv go-cleanhttp src/github.com/hashicorp
-  mv go-uuid src/github.com/hashicorp
-  mv osext src/github.com/kardianos
-  mv panicwrap src/github.com/mitchellh
-  mv cli src/github.com/mitchellh
-  mv prefixedio src/github.com/mitchellh
-  mv go-radix src/github.com/armon
-  mv speakeasy src/github.com/bgentry
-  mv go-isatty src/github.com/mattn
   sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i 
"${srcdir}/src/github.com/hashicorp/${_pkgname}/Makefile"
 }
 build() {
   cd "src/github.com/hashicorp/${_pkgname}"
-  make dev
+  go build -o packer-binary
 }
 
-#check() {
-#  cd "src/github.com/hashicorp/${_pkgname}"
-#  make test
-#}
-
 package() {
-  cd "${srcdir}/bin/"
-  install -Dm755 packer "${pkgdir}/usr/bin/packer-io"
+  cd "src/github.com/hashicorp/${_pkgname}"
+  install -Dm755 packer-binary "${pkgdir}/usr/bin/packer-io"
 }
 
 # vim:set et sw=2 ts=2 tw=79:


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

2018-01-03 Thread Christian Rebischke via arch-commits
Date: Wednesday, January 3, 2018 @ 19:32:41
  Author: shibumi
Revision: 278363

upgpkg: packer-io 1.1.3-2

Bugfix: #56551

Modified:
  packer-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-03 19:28:53 UTC (rev 278362)
+++ PKGBUILD2018-01-03 19:32:41 UTC (rev 278363)
@@ -2,14 +2,14 @@
 _pkgname=packer
 pkgname=packer-io
 pkgver=1.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
 arch=('x86_64')
-url="9698d7283f790aa1d3755ccbd95a1a1cdea9390a"
+url="https://github.com/hashicorp/packer;
 license=('MPL')
 makedepends=('git' 'go-pie' 'go-tools')
 depends=('glibc')
-_packer_commit='14183e6bc442559cd401618ff58293c29455b87c'
+_packer_commit='9698d7283f790aa1d3755ccbd95a1a1cdea9390a'
 _go_checkpoint_commit='1545e56e46dec3bba264e41fde2c1e2aa65b5dd4'
 _go_cleanhttp_commit='3573b8b52aa7b37b9358d966a898feb387f62437'
 _go_uuid_commit='64130c7a86d732268a38cb04cfbaf0cc987fda98'


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

2017-12-17 Thread Christian Rebischke via arch-commits
Date: Sunday, December 17, 2017 @ 16:48:10
  Author: shibumi
Revision: 274652

upgpkg: packer-io 1.1.3-1

update to version 1.1.3

Modified:
  packer-io/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-17 16:25:17 UTC (rev 274651)
+++ PKGBUILD2017-12-17 16:48:10 UTC (rev 274652)
@@ -1,11 +1,11 @@
 # Maintainer: Christian Rebischke 
 _pkgname=packer
 pkgname=packer-io
-pkgver=1.1.2
+pkgver=1.1.3
 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;
+url="9698d7283f790aa1d3755ccbd95a1a1cdea9390a"
 license=('MPL')
 makedepends=('git' 'go-pie' 'go-tools')
 depends=('glibc')


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

2017-11-22 Thread Christian Rebischke
Date: Wednesday, November 22, 2017 @ 11:21:09
  Author: shibumi
Revision: 267922

upgpkg: packer-io 1.1.2-1

updated pinned commits

Modified:
  packer-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 11:16:28 UTC (rev 267921)
+++ PKGBUILD2017-11-22 11:21:09 UTC (rev 267922)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 _pkgname=packer
 pkgname=packer-io
-pkgver=1.1.1
+pkgver=1.1.2
 pkgrel=1
 pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
 arch=('x86_64')
@@ -9,17 +9,17 @@
 license=('MPL')
 makedepends=('git' 'go-pie' 'go-tools')
 depends=('glibc')
-_packer_commit='b58e6c31d96cea0308ad894799244d8f016475ed'
-_go_checkpoint_commit='a8d0786e7fa88adb6b3bcaa341a99af7f9740671'
+_packer_commit='14183e6bc442559cd401618ff58293c29455b87c'
+_go_checkpoint_commit='1545e56e46dec3bba264e41fde2c1e2aa65b5dd4'
 _go_cleanhttp_commit='3573b8b52aa7b37b9358d966a898feb387f62437'
 _go_uuid_commit='64130c7a86d732268a38cb04cfbaf0cc987fda98'
 _osext_commit='ae77be60afb1dcacde03767a8c37337fad28ac14'
 _panicwrap_commit='fce601fe55579125e1b3cb0b992287e7290f7b83'
-_cli_commit='b481eac70eea3ad671b7c360a013f89bb759b252'
+_cli_commit='65fcae5817c8600da98ada9d7edf26dd1a84837b'
 _prefixedio_commit='6e6954073784f7ee67b28f2d22749d6479151ed7'
-_go_radix_commit='4239b77079c7b5d1243b7b4736304ce8ddb6f0f2'
+_go_radix_commit='1fca145dffbcaa8fe914309b1ec0cfc67500fe61'
 _speakeasy_commit='4aabc24848ce5fd31929f7d1e4ea74d3709c14cd'
-_go_isatty_commit='fc9e8d8ef48496124e79ae0df75490096eccf6fe'
+_go_isatty_commit='6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c'
 source=("git+https://github.com/hashicorp/packer#commit=${_packer_commit};
 
"git+https://github.com/hashicorp/go-checkpoint#commit=${_go_checkpoint_commit};
 
"git+https://github.com/hashicorp/go-cleanhttp#commit=${_go_cleanhttp_commit};


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

2017-10-14 Thread Christian Rebischke
Date: Saturday, October 14, 2017 @ 22:34:44
  Author: shibumi
Revision: 262821

upgpkg: packer-io 1.1.1-1

Modified:
  packer-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-14 22:31:54 UTC (rev 262820)
+++ PKGBUILD2017-10-14 22:34:44 UTC (rev 262821)
@@ -1,8 +1,8 @@
 # Maintainer: Christian Rebischke 
 _pkgname=packer
 pkgname=packer-io
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
 pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
 arch=('i686' 'x86_64')
 url="https://github.com/hashicorp/packer;
@@ -9,7 +9,7 @@
 license=('MPL')
 makedepends=('git' 'go-pie' 'go-tools')
 depends=('glibc')
-_packer_commit='84b9b07901fabfeab1325eb2d8d207aeefa944c7'
+_packer_commit='b58e6c31d96cea0308ad894799244d8f016475ed'
 _go_checkpoint_commit='a8d0786e7fa88adb6b3bcaa341a99af7f9740671'
 _go_cleanhttp_commit='3573b8b52aa7b37b9358d966a898feb387f62437'
 _go_uuid_commit='64130c7a86d732268a38cb04cfbaf0cc987fda98'


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

2017-10-13 Thread Christian Rebischke
Date: Friday, October 13, 2017 @ 18:43:03
  Author: shibumi
Revision: 262619

upgpkg: packer-io 1.1.0-2

Modified:
  packer-io/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-13 18:43:02 UTC (rev 262618)
+++ PKGBUILD2017-10-13 18:43:03 UTC (rev 262619)
@@ -2,12 +2,12 @@
 _pkgname=packer
 pkgname=packer-io
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
 arch=('i686' 'x86_64')
 url="https://github.com/hashicorp/packer;
 license=('MPL')
-makedepends=('git' 'go' 'go-tools')
+makedepends=('git' 'go-pie' 'go-tools')
 depends=('glibc')
 _packer_commit='84b9b07901fabfeab1325eb2d8d207aeefa944c7'
 _go_checkpoint_commit='a8d0786e7fa88adb6b3bcaa341a99af7f9740671'


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

2017-10-01 Thread Christian Rebischke
Date: Sunday, October 1, 2017 @ 18:22:12
  Author: shibumi
Revision: 261193

upgpkg: packer-io 1.1.0-1

Modified:
  packer-io/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 17:36:26 UTC (rev 261192)
+++ PKGBUILD2017-10-01 18:22:12 UTC (rev 261193)
@@ -1,15 +1,15 @@
 # Maintainer: Christian Rebischke 
 _pkgname=packer
 pkgname=packer-io
-pkgver=1.0.4
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
 arch=('i686' 'x86_64')
 url="https://github.com/hashicorp/packer;
 license=('MPL')
-makedepends=('git' 'go')
+makedepends=('git' 'go' 'go-tools')
 depends=('glibc')
-_packer_commit='4c3e6f36bad3d096ca649e2cfd23ab70bb2d6383'
+_packer_commit='84b9b07901fabfeab1325eb2d8d207aeefa944c7'
 _go_checkpoint_commit='a8d0786e7fa88adb6b3bcaa341a99af7f9740671'
 _go_cleanhttp_commit='3573b8b52aa7b37b9358d966a898feb387f62437'
 _go_uuid_commit='64130c7a86d732268a38cb04cfbaf0cc987fda98'
@@ -71,10 +71,10 @@
   make dev
 }
 
-check() {
-  cd "src/github.com/hashicorp/${_pkgname}"
-  make test
-}
+#check() {
+#  cd "src/github.com/hashicorp/${_pkgname}"
+#  make test
+#}
 
 package() {
   cd "${srcdir}/bin/"


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

2017-08-16 Thread Christian Rebischke
Date: Wednesday, August 16, 2017 @ 21:36:10
  Author: shibumi
Revision: 251551

upgpkg: packer-io 1.0.4-1

Modified:
  packer-io/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-16 20:41:54 UTC (rev 251550)
+++ PKGBUILD2017-08-16 21:36:10 UTC (rev 251551)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 _pkgname=packer
 pkgname=packer-io
-pkgver=1.0.3
+pkgver=1.0.4
 pkgrel=1
 pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
 arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@
 license=('MPL')
 makedepends=('git' 'go')
 depends=('glibc')
-_packer_commit='c0ddb4a044551f3c967ca36f612a33ce13e215f0'
+_packer_commit='4c3e6f36bad3d096ca649e2cfd23ab70bb2d6383'
 _go_checkpoint_commit='a8d0786e7fa88adb6b3bcaa341a99af7f9740671'
 _go_cleanhttp_commit='3573b8b52aa7b37b9358d966a898feb387f62437'
 _go_uuid_commit='64130c7a86d732268a38cb04cfbaf0cc987fda98'


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

2017-07-23 Thread Christian Rebischke
Date: Sunday, July 23, 2017 @ 16:01:47
  Author: shibumi
Revision: 246137

upgpkg: packer-io 1.0.3-1

Modified:
  packer-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-23 15:20:27 UTC (rev 246136)
+++ PKGBUILD2017-07-23 16:01:47 UTC (rev 246137)
@@ -1,8 +1,8 @@
 # Maintainer: Christian Rebischke 
 _pkgname=packer
 pkgname=packer-io
-pkgver=1.0.2
-pkgrel=2
+pkgver=1.0.3
+pkgrel=1
 pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
 arch=('i686' 'x86_64')
 url="https://github.com/hashicorp/packer;
@@ -9,7 +9,7 @@
 license=('MPL')
 makedepends=('git' 'go')
 depends=('glibc')
-_packer_commit='6a8ae4b258d1bb0beece05c9fc3bbc1c186a0480'
+_packer_commit='c0ddb4a044551f3c967ca36f612a33ce13e215f0'
 _go_checkpoint_commit='a8d0786e7fa88adb6b3bcaa341a99af7f9740671'
 _go_cleanhttp_commit='3573b8b52aa7b37b9358d966a898feb387f62437'
 _go_uuid_commit='64130c7a86d732268a38cb04cfbaf0cc987fda98'


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

2017-07-17 Thread Christian Rebischke
Date: Monday, July 17, 2017 @ 17:09:12
  Author: shibumi
Revision: 245507

substituted tag with commit for packer

We don't want tag here because git tags are changeable.
Thanks to anthraxx.

Modified:
  packer-io/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-17 16:44:48 UTC (rev 245506)
+++ PKGBUILD2017-07-17 17:09:12 UTC (rev 245507)
@@ -9,6 +9,7 @@
 license=('MPL')
 makedepends=('git' 'go')
 depends=('glibc')
+_packer_commit='6a8ae4b258d1bb0beece05c9fc3bbc1c186a0480'
 _go_checkpoint_commit='a8d0786e7fa88adb6b3bcaa341a99af7f9740671'
 _go_cleanhttp_commit='3573b8b52aa7b37b9358d966a898feb387f62437'
 _go_uuid_commit='64130c7a86d732268a38cb04cfbaf0cc987fda98'
@@ -19,7 +20,7 @@
 _go_radix_commit='4239b77079c7b5d1243b7b4736304ce8ddb6f0f2'
 _speakeasy_commit='4aabc24848ce5fd31929f7d1e4ea74d3709c14cd'
 _go_isatty_commit='fc9e8d8ef48496124e79ae0df75490096eccf6fe'
-source=("git+https://github.com/hashicorp/packer#tag=v${pkgver};
+source=("git+https://github.com/hashicorp/packer#commit=${_packer_commit};
 
"git+https://github.com/hashicorp/go-checkpoint#commit=${_go_checkpoint_commit};
 
"git+https://github.com/hashicorp/go-cleanhttp#commit=${_go_cleanhttp_commit};
 "git+https://github.com/hashicorp/go-uuid#commit=${_go_uuid_commit};


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

2017-07-16 Thread Christian Rebischke
Date: Sunday, July 16, 2017 @ 19:56:27
  Author: shibumi
Revision: 245415

upgpkg: packer-io 1.0.2-2

Modified:
  packer-io/trunk/PKGBUILD

--+
 PKGBUILD |   64 +
 1 file changed, 27 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-16 19:40:31 UTC (rev 245414)
+++ PKGBUILD2017-07-16 19:56:27 UTC (rev 245415)
@@ -1,35 +1,35 @@
 # Maintainer: Christian Rebischke 
 _pkgname=packer
 pkgname=packer-io
-pkgver=1.0.0
-pkgrel=1
+pkgver=1.0.2
+pkgrel=2
 pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
 arch=('i686' 'x86_64')
 url="https://github.com/hashicorp/packer;
-license=('MPL2')
+license=('MPL')
 makedepends=('git' 'go')
 depends=('glibc')
-go_checkpoint_commit='a8d0786e7fa88adb6b3bcaa341a99af7f9740671'
-go_cleanhttp_commit='3573b8b52aa7b37b9358d966a898feb387f62437'
-go_uuid_commit='64130c7a86d732268a38cb04cfbaf0cc987fda98'
-osext_commit='ae77be60afb1dcacde03767a8c37337fad28ac14'
-panicwrap_commit='fce601fe55579125e1b3cb0b992287e7290f7b83'
-cli_commit='b481eac70eea3ad671b7c360a013f89bb759b252'
-prefixedio_commit='6e6954073784f7ee67b28f2d22749d6479151ed7'
-go_radix_commit='4239b77079c7b5d1243b7b4736304ce8ddb6f0f2'
-speakeasy_commit='4aabc24848ce5fd31929f7d1e4ea74d3709c14cd'
-go_isatty_commit='fc9e8d8ef48496124e79ae0df75490096eccf6fe'
+_go_checkpoint_commit='a8d0786e7fa88adb6b3bcaa341a99af7f9740671'
+_go_cleanhttp_commit='3573b8b52aa7b37b9358d966a898feb387f62437'
+_go_uuid_commit='64130c7a86d732268a38cb04cfbaf0cc987fda98'
+_osext_commit='ae77be60afb1dcacde03767a8c37337fad28ac14'
+_panicwrap_commit='fce601fe55579125e1b3cb0b992287e7290f7b83'
+_cli_commit='b481eac70eea3ad671b7c360a013f89bb759b252'
+_prefixedio_commit='6e6954073784f7ee67b28f2d22749d6479151ed7'
+_go_radix_commit='4239b77079c7b5d1243b7b4736304ce8ddb6f0f2'
+_speakeasy_commit='4aabc24848ce5fd31929f7d1e4ea74d3709c14cd'
+_go_isatty_commit='fc9e8d8ef48496124e79ae0df75490096eccf6fe'
 source=("git+https://github.com/hashicorp/packer#tag=v${pkgver};
-
"git+https://github.com/hashicorp/go-checkpoint#commit=${go_checkpoint_commit};
-
"git+https://github.com/hashicorp/go-cleanhttp#commit=${go_cleanhttp_commit};
-"git+https://github.com/hashicorp/go-uuid#commit=${go_uuid_commit};
-"git+https://github.com/kardianos/osext#commit=${osext_commit};
-"git+https://github.com/mitchellh/panicwrap#commit=${panicwrap_commit};
-"git+https://github.com/mitchellh/cli#commit=${cli_commit};
-
"git+https://github.com/mitchellh/prefixedio#commit=${prefixedio_commit};
-"git+https://github.com/armon/go-radix#commit=${go_radix_commit};
-"git+https://github.com/bgentry/speakeasy#commit=${speakeasy_commit};
-"git+https://github.com/mattn/go-isatty#commit=${go_isatty_commit};)
+
"git+https://github.com/hashicorp/go-checkpoint#commit=${_go_checkpoint_commit};
+
"git+https://github.com/hashicorp/go-cleanhttp#commit=${_go_cleanhttp_commit};
+"git+https://github.com/hashicorp/go-uuid#commit=${_go_uuid_commit};
+"git+https://github.com/kardianos/osext#commit=${_osext_commit};
+
"git+https://github.com/mitchellh/panicwrap#commit=${_panicwrap_commit};
+"git+https://github.com/mitchellh/cli#commit=${_cli_commit};
+
"git+https://github.com/mitchellh/prefixedio#commit=${_prefixedio_commit};
+"git+https://github.com/armon/go-radix#commit=${_go_radix_commit};
+"git+https://github.com/bgentry/speakeasy#commit=${_speakeasy_commit};
+"git+https://github.com/mattn/go-isatty#commit=${_go_isatty_commit};)
 sha512sums=('SKIP'
 'SKIP'
 'SKIP'
@@ -52,7 +52,7 @@
   mkdir -p "src/github.com/armon"
   mkdir -p "src/github.com/bgentry"
   mkdir -p "src/github.com/mattn"
-  mv ${_pkgname} src/github.com/mitchellh
+  mv ${_pkgname} src/github.com/hashicorp
   mv go-checkpoint src/github.com/hashicorp
   mv go-cleanhttp src/github.com/hashicorp
   mv go-uuid src/github.com/hashicorp
@@ -63,25 +63,15 @@
   mv go-radix src/github.com/armon
   mv speakeasy src/github.com/bgentry
   mv go-isatty src/github.com/mattn
-
-  if [ `uname -m` == 'x86_64' ]; then
-ARCH='amd64'
-  elif [ `uname -m` == 'i686' ]; then
-ARCH='i686'
-  else
-echo "[ERROR] not supported architecture"
-exit 1
-  fi
-  sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i 
"${srcdir}/src/github.com/mitchellh/${_pkgname}/Makefile"
-
+  sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i 
"${srcdir}/src/github.com/hashicorp/${_pkgname}/Makefile"
 }
 build() {
-  cd "src/github.com/mitchellh/${_pkgname}"
+  cd "src/github.com/hashicorp/${_pkgname}"
   make dev
 }
 
 check() {
-  cd "src/github.com/mitchellh/${_pkgname}"
+  cd "src/github.com/hashicorp/${_pkgname}"
   make test
 }