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

Christian Rebischke shibumi at archlinux.org
Sat Feb 22 11:29:53 UTC 2020


    Date: Saturday, February 22, 2020 @ 11:29:52
  Author: shibumi
Revision: 578387

upgpkg: packer 1.5.4-1 removed patch

Modified:
  packer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-22 11:28:08 UTC (rev 578386)
+++ PKGBUILD	2020-02-22 11:29:52 UTC (rev 578387)
@@ -1,8 +1,8 @@
 # Maintainer: Christian Rebischke <Chris.Rebischke[at]archlinux[dot]org>
 pkgname=packer
 replaces=('packer-io')
-pkgver=1.5.1
-pkgrel=2
+pkgver=1.5.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,10 +9,8 @@
 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"
-        "8567.patch")
-sha512sums=('88b86ddd41003337ca839e79960362ad9a2e0e4c893cd565b81128c58e00d4325a4870c7bb8d391f1fc5c490dd6c6fe87e90e7b4dbcb0cf7fe4bd22a51024eff'
-            '30edf009f1ddc2057231db324bef754ea8e587eb8ed7c67f1529353cad2622ac54ee3eef2c07cdd38ba78236823831bf0034dc669a3d93253a2e9b988222989c')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hashicorp/packer/archive/v${pkgver}.tar.gz")
+sha512sums=('faa1046030fb46cef907c85fa66a980b8d3abc17130396f6bc00250bc42465f1c7be065508e7dc63970bcb8a064f1585c7f762b9dd337389dbf46e4bbc7193ee')
 changelog=CHANGELOG.md
 
 prepare() {
@@ -25,7 +23,6 @@
 
 build() {
   cd "src/github.com/hashicorp/${pkgname}"
-  patch -p1 < "${srcdir}/8567.patch"
 	go build -o packer-binary
 }
 



More information about the arch-commits mailing list