George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / apptainer
Commits: 393ff2e0 by George Rawlinson at 2024-01-17T13:29:55+13:00 upgpkg: 1.2.5-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,45 @@ +pkgbase = apptainer + pkgdesc = Application containers for secure high performance computing + pkgver = 1.2.5 + pkgrel = 1 + url = https://apptainer.org/ + arch = x86_64 + license = BSD + license = custom:LBNL + makedepends = git + makedepends = go + makedepends = cryptsetup + depends = fakeroot + depends = fuse2fs + depends = fuse-overlayfs + depends = squashfs-tools + depends = squashfuse + depends = libseccomp + depends = e2fsprogs + conflicts = singularity-container + replaces = singularity-container + options = !lto + options = !debug + backup = etc/apptainer/apptainer.conf + backup = etc/apptainer/capability.json + backup = etc/apptainer/cgroups/cgroups.toml + backup = etc/apptainer/dmtcp-conf.yaml + backup = etc/apptainer/ecl.toml + backup = etc/apptainer/global-pgp-public + backup = etc/apptainer/network/00_bridge.conflist + backup = etc/apptainer/network/10_ptp.conflist + backup = etc/apptainer/network/20_ipvlan.conflist + backup = etc/apptainer/network/30_macvlan.conflist + backup = etc/apptainer/network/40_fakeroot.conflist + backup = etc/apptainer/nvliblist.conf + backup = etc/apptainer/remote.yaml + backup = etc/apptainer/rocmliblist.conf + backup = etc/apptainer/seccomp-profiles/default.json + source = apptainer::git+https://github.com/apptainer/apptainer.git#commit=b174cda52bc4b85c9edf58a3cfcf14db407282d2 + source = tmpfiles.conf + sha512sums = SKIP + sha512sums = 5f10f162e7e48d2ca821529906a4ef692fc32cec8f61d8f03ea60361e1a204eacbeca8b6214bea0accd019c765d9c4c15300ca01c83ab3cbbdc44e82c7e4908d + b2sums = SKIP + b2sums = dc9bfeb268d297b8785348c83f89a68ff760de278c8f101831a930ca0b42d2052d0498d7dd8c66f48b9fef2eb3c901de082939e85b22d0a99f7db4e22744bced + +pkgname = apptainer ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Maciej Sieczka <msieczka at sieczka dot org> pkgname=apptainer -pkgver=1.2.2 +pkgver=1.2.5 pkgrel=1 pkgdesc='Application containers for secure high performance computing' arch=('x86_64') @@ -42,7 +42,7 @@ makedepends=( conflicts=('singularity-container') replaces=('singularity-container') options=('!lto' '!debug') -_commit='bcce314264ccfa970c7b8d0c43b8b5729cc19500' +_commit='b174cda52bc4b85c9edf58a3cfcf14db407282d2' source=( "$pkgname::git+https://github.com/apptainer/apptainer.git#commit=$_commit" 'tmpfiles.conf' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/apptainer/-/commit/393ff2e0f451cb7738538857d7a8ce7bd25c1255 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/apptainer/-/commit/393ff2e0f451cb7738538857d7a8ce7bd25c1255 You're receiving this email because of your account on gitlab.archlinux.org.
