Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / podlet
Commits: 002ad7fa by Robin Candau at 2026-05-18T19:18:08+02:00 upgpkg: 0.3.2-1: New upstream release https://github.com/containers/podlet/releases/tag/v0.3.2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,14 +1,14 @@ pkgbase = podlet pkgdesc = Generate Podman Quadlet files from a Podman command, compose file, or existing object - pkgver = 0.3.1 - pkgrel = 4 + pkgver = 0.3.2 + pkgrel = 1 url = https://github.com/containers/podlet arch = x86_64 license = MPL-2.0 makedepends = cargo depends = glibc depends = libgcc - source = podlet-0.3.1.tar.gz::https://github.com/containers/podlet/archive/v0.3.1.tar.gz - sha256sums = 9dd2ce4a618563f8cb607106eb8082744b228575627bcc5e144c9f076e4be691 + source = podlet-0.3.2.tar.gz::https://github.com/containers/podlet/archive/v0.3.2.tar.gz + sha256sums = 2dee85888e0f4ad1d8d7f6c7579d00faa69bb8dbcb4708706ef8db92e41f9bef pkgname = podlet ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Maintainer: Robin Candau <[email protected]> pkgname=podlet -pkgver=0.3.1 -pkgrel=4 +pkgver=0.3.2 +pkgrel=1 pkgdesc="Generate Podman Quadlet files from a Podman command, compose file, or existing object" arch=('x86_64') url="https://github.com/containers/podlet" @@ -11,7 +11,7 @@ license=('MPL-2.0') depends=('glibc' 'libgcc') makedepends=('cargo') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('9dd2ce4a618563f8cb607106eb8082744b228575627bcc5e144c9f076e4be691') +sha256sums=('2dee85888e0f4ad1d8d7f6c7579d00faa69bb8dbcb4708706ef8db92e41f9bef') build() { cd "$pkgname-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/podlet/-/commit/002ad7fa5ebe9185fe1553f310df4039e0e9cff5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/podlet/-/commit/002ad7fa5ebe9185fe1553f310df4039e0e9cff5 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
