Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / lxd


Commits:
bb64e995 by Morten Linderud at 2026-02-27T18:03:21+01:00
upgpkg: 6.7-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = lxd
        pkgdesc = Daemon based on liblxc offering a REST API to manage 
containers
-       pkgver = 6.6
+       pkgver = 6.7
        pkgrel = 1
        url = https://ubuntu.com/lxd
        arch = x86_64
@@ -31,14 +31,14 @@ pkgbase = lxd
        optdepends = systemd-libs: unix device hotplug support
        optdepends = apparmor: apparmor support
        options = !debug
-       source = 
https://github.com/canonical/lxd/releases/download/lxd-6.6/lxd-6.6.tar.gz
-       source = 
https://github.com/canonical/lxd/releases/download/lxd-6.6/lxd-6.6.tar.gz.asc
+       source = 
https://github.com/canonical/lxd/releases/download/lxd-6.7/lxd-6.7.tar.gz
+       source = 
https://github.com/canonical/lxd/releases/download/lxd-6.7/lxd-6.7.tar.gz.asc
        source = lxd.socket
        source = lxd.service
        source = lxd.sysusers
        validpgpkeys = 602F567663E593BCBD14F338C638974D64792D67
        validpgpkeys = ED1CA1E7A6F80E22E5CB2DA84ACE106615754614
-       sha256sums = 
2ddfa88441ef1f4f1f0b49cce11285620e34f3245e792f22034a688f3c07233a
+       sha256sums = 
30d902408f8616484579be6ac8642e14a9b2c839000fbef7bb35456d79ac30af
        sha256sums = SKIP
        sha256sums = 
b89a725223ef72b25eab25184084d069af312f8c23612c57fdb75427a510232e
        sha256sums = 
102d1d54186e0fc606a58f030231d76df6bd662b16dfd8f946e1f48e2b473b54


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
 # Contributer: nightuser <nightuser.android at gmail.com>
 
 pkgname=lxd
-pkgver=6.6
+pkgver=6.7
 pkgrel=1
 pkgdesc="Daemon based on liblxc offering a REST API to manage containers"
 arch=('x86_64')
@@ -32,7 +32,7 @@ 
source=("https://github.com/canonical/lxd/releases/download/${pkgname}-${pkgver}
         "lxd.sysusers")
 validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67'  # Stéphane Graber 
<[email protected]>
               'ED1CA1E7A6F80E22E5CB2DA84ACE106615754614') # Thomas Parrott 
<[email protected]>
-sha256sums=('2ddfa88441ef1f4f1f0b49cce11285620e34f3245e792f22034a688f3c07233a'
+sha256sums=('30d902408f8616484579be6ac8642e14a9b2c839000fbef7bb35456d79ac30af'
             'SKIP'
             'b89a725223ef72b25eab25184084d069af312f8c23612c57fdb75427a510232e'
             '102d1d54186e0fc606a58f030231d76df6bd662b16dfd8f946e1f48e2b473b54'
@@ -53,7 +53,7 @@ build() {
 
   CGO_LDFLAGS="-static" go build -v -tags "agent" -o bin/ ./lxd-agent/...
 
-  go build -v -tags "netgo" -o bin/ ./lxd-migrate/...
+  go build -v -tags "netgo" -o bin/ ./lxd-convert/...
   for tool in fuidshift lxc lxd lxd-benchmark lxd-user; do
     go build -v -tags "libsqlite3" -o bin/ ./$tool/...
   done
@@ -62,7 +62,7 @@ build() {
 package() {
   cd "$pkgname-$pkgver"
 
-  for tool in fuidshift lxc lxd lxd-agent lxd-benchmark lxd-migrate lxd-user; 
do
+  for tool in fuidshift lxc lxd lxd-agent lxd-benchmark lxd-convert lxd-user; 
do
     install -v -p -Dm755 "bin/$tool" "${pkgdir}/usr/bin/$tool"
   done
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lxd/-/commit/bb64e995b2dc086cb68e03e62b52fb9660376c35

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lxd/-/commit/bb64e995b2dc086cb68e03e62b52fb9660376c35
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to