George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
incus
Commits:
8961b498 by George Rawlinson at 2025-06-28T01:26:56+00:00
upgpkg: 6.14.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = incus
pkgdesc = Powerful system container and virtual machine manager
- pkgver = 6.13.0
+ pkgver = 6.14.0
pkgrel = 1
url = https://linuxcontainers.org/incus/
arch = x86_64
@@ -37,15 +37,15 @@ pkgbase = incus
optdepends = xdelta3: support delta downloads of images
optdepends = skopeo: OCI support
optdepends = umoci: OCI support
- source =
https://github.com/lxc/incus/releases/download/v6.13.0/incus-6.13.tar.xz
- source =
https://github.com/lxc/incus/releases/download/v6.13.0/incus-6.13.tar.xz.asc
+ source =
https://github.com/lxc/incus/releases/download/v6.14.0/incus-6.14.tar.xz
+ source =
https://github.com/lxc/incus/releases/download/v6.14.0/incus-6.14.tar.xz.asc
source = incus.socket
source = incus.service
source = incus-user.socket
source = incus-user.service
source = incus.sysusers
validpgpkeys = 602F567663E593BCBD14F338C638974D64792D67
- sha256sums =
531f4c38546bfa75c6dbbaebb8d609961d2c1738b06dfc12641dc26ba08ef17b
+ sha256sums =
9a4392ab12e56e75440b0b88dfe6db1f96bd7b7050305e8cf135848d8af99c21
sha256sums = SKIP
sha256sums =
602a8035cc51b8e0c4ca265e31ebf96c7977db4239d384d8f60fed0d2d0317c4
sha256sums =
e0a1061fc4e3c68f48c50e46c5e738ecfffb60c6a6a733ec9aade1ecbc2bb486
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
pkgbase=incus
pkgname=(incus incus-tools)
-pkgver=6.13.0
+pkgver=6.14.0
_pkgver="${pkgver/.0/}"
pkgrel=1
pkgdesc="Powerful system container and virtual machine manager"
@@ -42,7 +42,7 @@
source=("https://github.com/lxc/incus/releases/download/v$pkgver/incus-$_pkgver.
)
validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67' # Stéphane Graber
<[email protected]>
)
-sha256sums=('531f4c38546bfa75c6dbbaebb8d609961d2c1738b06dfc12641dc26ba08ef17b'
+sha256sums=('9a4392ab12e56e75440b0b88dfe6db1f96bd7b7050305e8cf135848d8af99c21'
'SKIP'
'602a8035cc51b8e0c4ca265e31ebf96c7977db4239d384d8f60fed0d2d0317c4'
'e0a1061fc4e3c68f48c50e46c5e738ecfffb60c6a6a733ec9aade1ecbc2bb486'
@@ -80,7 +80,7 @@ build() {
package_incus() {
cd "$pkgbase-${_pkgver}"
- for tool in incus incusd incus-agent incus-user lxd-to-incus; do
+ for tool in incus incusd incus-agent incus-user lxd-to-incus incus-migrate;
do
install -v -p -Dm755 "bin/$tool" "${pkgdir}/usr/bin/$tool"
done
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/incus/-/commit/8961b49826b86e898ff78a4e26923f89931fa1e1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/incus/-/commit/8961b49826b86e898ff78a4e26923f89931fa1e1
You're receiving this email because of your account on gitlab.archlinux.org.