George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
nomad-driver-nspawn
Commits:
68d8a6e5 by George Rawlinson at 2026-06-03T01:23:26+00:00
reuse: simplify conf
- - - - -
c67ff468 by George Rawlinson at 2026-06-03T01:27:25+00:00
upgpkg: 0.10.0-2
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = nomad-driver-nspawn
pkgdesc = A nomad taskdriver for systemd-nspawn
pkgver = 0.10.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/JanMa/nomad-driver-nspawn
arch = x86_64
license = MIT
@@ -11,7 +11,8 @@ pkgbase = nomad-driver-nspawn
depends = nomad
depends = systemd
options = !lto
- source =
nomad-driver-nspawn::git+https://github.com/JanMa/nomad-driver-nspawn#commit=3d7877c1212ff3f340e0e9c42c82357b7fd31444
- b2sums = SKIP
+ source =
nomad-driver-nspawn::git+https://github.com/JanMa/nomad-driver-nspawn#tag=v0.10.0
+ sha512sums =
d7aed46a7ec3e0890211d0c8dffc3a7fc264e1bb4ddcac167d550e9540635029b764bba08963c43679ac805c44c9e49d0ea2ed76ca28d1029c349bf0c798048e
+ b2sums =
6c8016dc800683bbdf634a9d212d3d075e022a42b0b84f94383df389eaae1a491993c3b7c88c84028743634cdbf19114bc43102bc93a2be98f9b8720f68098dd
pkgname = nomad-driver-nspawn
=====================================
PKGBUILD
=====================================
@@ -2,23 +2,17 @@
pkgname=nomad-driver-nspawn
pkgver=0.10.0
-pkgrel=1
+pkgrel=2
pkgdesc='A nomad taskdriver for systemd-nspawn'
-arch=('x86_64')
+arch=(x86_64)
url='https://github.com/JanMa/nomad-driver-nspawn'
-license=('MIT')
-depends=('glibc' 'nomad' 'systemd')
-makedepends=('git' 'go')
-options=('!lto')
-_commit='3d7877c1212ff3f340e0e9c42c82357b7fd31444'
-source=("$pkgname::git+$url#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- cd "$pkgname"
-
- git describe --tags | sed 's/^v//'
-}
+license=(MIT)
+depends=(glibc nomad systemd)
+makedepends=(git go)
+options=(!lto)
+source=("$pkgname::git+$url#tag=v$pkgver")
+sha512sums=('d7aed46a7ec3e0890211d0c8dffc3a7fc264e1bb4ddcac167d550e9540635029b764bba08963c43679ac805c44c9e49d0ea2ed76ca28d1029c349bf0c798048e')
+b2sums=('6c8016dc800683bbdf634a9d212d3d075e022a42b0b84f94383df389eaae1a491993c3b7c88c84028743634cdbf19114bc43102bc93a2be98f9b8720f68098dd')
prepare() {
cd "$pkgname"
@@ -45,7 +39,7 @@ build() {
-modcacherw \
-ldflags "-compressdwarf=false \
-linkmode external \
- -extldflags ${LDFLAGS} \
+ -extldflags '${LDFLAGS}' \
-X "github.com/JanMa/nomad-driver-nspawn/nspawn.pluginVersion=${pkgver}"" \
-o build \
.
=====================================
REUSE.toml
=====================================
@@ -3,20 +3,8 @@ version = 1
[[annotations]]
path = [
"PKGBUILD",
- "README.md",
- "keys/**",
".SRCINFO",
".nvchecker.toml",
- "*.install",
- "*.sysusers",
- "*.tmpfiles",
- "*.logrotate",
- "*.pam",
- "*.service",
- "*.socket",
- "*.timer",
- "*.desktop",
- "*.hook",
]
SPDX-FileCopyrightText = "Arch Linux contributors"
SPDX-License-Identifier = "0BSD"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nomad-driver-nspawn/-/compare/91168f8b49f2608c8c6d0f8641cec9fa60a65c01...c67ff468ac59a4f56ff4dc9aee107b890f320295
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nomad-driver-nspawn/-/compare/91168f8b49f2608c8c6d0f8641cec9fa60a65c01...c67ff468ac59a4f56ff4dc9aee107b890f320295
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help