Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
packer


Commits:
fec3bc4f by Sven-Hendrik Haase at 2024-04-23T17:20:07+02:00
upgpkg: 1.10.3-2: Fix the license and install custom LICENSE file

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
 pkgbase = packer
        pkgdesc = tool for creating identical machine images for multiple 
platforms from a single source configuration
        pkgver = 1.10.3
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/hashicorp/packer
        arch = x86_64
-       license = MPL
+       license = LicenseRef-BSL-1.1
        makedepends = git
        makedepends = go
        makedepends = go-tools


=====================================
PKGBUILD
=====================================
@@ -2,11 +2,11 @@
 # Maintainer: Sven-Hendrik Haase <svenst...@archlinux.org>
 pkgname=packer
 pkgver=1.10.3
-pkgrel=1
+pkgrel=2
 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')
+license=('LicenseRef-BSL-1.1')
 makedepends=('git' 'go' 'go-tools')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hashicorp/packer/archive/v${pkgver}.tar.gz";)
@@ -40,6 +40,7 @@ package() {
        cd "src/github.com/hashicorp/${pkgname}"
        install -Dm755 packer-binary "${pkgdir}/usr/bin/packer"
        install -Dm644 contrib/zsh-completion/_packer 
"${pkgdir}"/usr/share/zsh/site-functions/_packer
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
 }
 
 # vim:set et sw=2 ts=2 tw=79:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/packer/-/commit/fec3bc4f8814c47d57f9953bbea406dbbc1c074a

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/packer/-/commit/fec3bc4f8814c47d57f9953bbea406dbbc1c074a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to