Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / podlet
Commits:
4d46279a by Robin Candau at 2026-02-05T00:33:18+01:00
upgpkg: 0.3.1-2: Drop license file and add nvchecker config
MPL-2.0 license is already shipped by the licenses package
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = podlet
pkgdesc = Generate podman quadlet (systemd-like) files from a podman
command
pkgver = 0.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/containers/podlet
arch = x86_64
license = MPL-2.0
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,4 @@
+[podlet]
+source = "git"
+git = "https://github.com/containers/podlet.git"
+prefix = "v"
=====================================
PKGBUILD
=====================================
@@ -1,9 +1,10 @@
# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Maintainer: Robin Candau <[email protected]>
pkgname=podlet
pkgver=0.3.1
-pkgrel=1
-pkgdesc="Generate podman quadlet (systemd-like) files from a podman command "
+pkgrel=2
+pkgdesc="Generate podman quadlet (systemd-like) files from a podman command"
arch=('x86_64')
url="https://github.com/containers/podlet"
license=('MPL-2.0')
@@ -25,5 +26,4 @@ check() {
package() {
cd "$pkgname-$pkgver"
install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
- install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/podlet/-/commit/4d46279ae3f6e993fca5ca956676b1c877a75524
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/podlet/-/commit/4d46279ae3f6e993fca5ca956676b1c877a75524
You're receiving this email because of your account on gitlab.archlinux.org.