[arch-commits] Commit in packer/repos/community-x86_64 (PKGBUILD PKGBUILD)
Christian Rebischke
shibumi at archlinux.org
Tue Sep 18 08:11:25 UTC 2018
Date: Tuesday, September 18, 2018 @ 08:11:25
Author: shibumi
Revision: 382963
archrelease: copy trunk to community-x86_64
Added:
packer/repos/community-x86_64/PKGBUILD
(from rev 382962, packer/trunk/PKGBUILD)
Deleted:
packer/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-18 08:11:15 UTC (rev 382962)
+++ PKGBUILD 2018-09-18 08:11:25 UTC (rev 382963)
@@ -1,32 +0,0 @@
-# Maintainer: Christian Rebischke <Chris.Rebischke[at]archlinux[dot]org>
-pkgname=packer
-replaces=('packer-io')
-pkgver=1.2.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}::https://github.com/hashicorp/packer/archive/v${pkgver}.tar.gz")
-sha512sums=('0a324076b4365ec8408a194f72678c24557289dcbd3b6e4cbc7aa7b8ce874890218c3196d2132997f33e8fd515df28b2f1ac8bdfe76242f9edb5962c0d63a543')
-
-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"
-}
-
-# vim:set et sw=2 ts=2 tw=79:
Copied: packer/repos/community-x86_64/PKGBUILD (from rev 382962, packer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-09-18 08:11:25 UTC (rev 382963)
@@ -0,0 +1,32 @@
+# Maintainer: Christian Rebischke <Chris.Rebischke[at]archlinux[dot]org>
+pkgname=packer
+replaces=('packer-io')
+pkgver=1.3.1
+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}::https://github.com/hashicorp/packer/archive/v${pkgver}.tar.gz")
+sha512sums=('487baf6515b0d85444f49b0a62ec29a4fbcf65d4c68c4b8a6119d4675a4ca65c13325aa972e22c8d6860d7fef5afe67a45633144ba4a9770dae90844edcd0026')
+
+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"
+}
+
+# vim:set et sw=2 ts=2 tw=79:
More information about the arch-commits
mailing list