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

Christian Rebischke shibumi at archlinux.org
Sun Oct 1 18:22:15 UTC 2017


    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
===================================================================
--- PKGBUILD	2017-10-01 17:36:26 UTC (rev 261192)
+++ PKGBUILD	2017-10-01 18:22:12 UTC (rev 261193)
@@ -1,15 +1,15 @@
 # Maintainer: Christian Rebischke <Chris.Rebischke[at]archlinux[dot]org>
 _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/"



More information about the arch-commits mailing list