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

Christian Rebischke shibumi at archlinux.org
Mon Jul 17 17:09:12 UTC 2017


    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
===================================================================
--- PKGBUILD	2017-07-17 16:44:48 UTC (rev 245506)
+++ PKGBUILD	2017-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}"



More information about the arch-commits mailing list