hashworks pushed to branch main at Arch Linux / Packaging / Packages / nomad
Commits:
49c87d37 by Justin Kromlinger at 2023-12-16T19:22:37+01:00
upgpkg: 1.7.1-2: Fix license
Resolves #1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = nomad
pkgdesc = A simple and flexible workload orchestrator
pkgver = 1.7.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.nomadproject.io
arch = x86_64
- license = MPL2
+ license = MUSL-1.1
makedepends = git
makedepends = go
depends = glibc
=====================================
PKGBUILD
=====================================
@@ -4,11 +4,11 @@
pkgname=nomad
pkgver=1.7.1
-pkgrel=1
+pkgrel=2
pkgdesc='A simple and flexible workload orchestrator'
arch=('x86_64')
url='https://www.nomadproject.io'
-license=('MPL2')
+license=('MUSL-1.1')
depends=('glibc' 'gcc-libs' 'iptables')
makedepends=('git' 'go')
optdepends=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nomad/-/commit/49c87d37a1832e3c282d8ce3c5c5341e564123fb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nomad/-/commit/49c87d37a1832e3c282d8ce3c5c5341e564123fb
You're receiving this email because of your account on gitlab.archlinux.org.