summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Stemmet2023-09-16 10:46:55 +0000
committerPaul Stemmet2023-09-16 10:46:55 +0000
commit284a00e0436ea87be38d29022b7db9c739a5771a (patch)
tree3c12152f30e21dbae8c32b01099bf99c7627af9e
parentad300627cce478e22341298ce1c7c1f3c40a1c36 (diff)
downloadaur-284a00e0436ea87be38d29022b7db9c739a5771a.tar.gz
pkgbuild: revert "upgpkg: 5.17-1"
This reverts to the version of lxd forked by linuxcontainers/incus. We do not wants to use any version further than 5.16 as we plan on moving over when incus has artifacts. Reverts: ad300627cce478e22341298ce1c7c1f3c40a1c36. References: https://github.com/lxc/incus References: https://linuxcontainers.org/lxd/ References: https://linuxcontainers.org/incus/
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b3a858405d6..16763e7b56b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lxd
pkgdesc = Daemon based on liblxc offering a REST API to manage containers
- pkgver = 5.17
+ pkgver = 5.16
pkgrel = 1
url = https://ubuntu.com/lxd
arch = x86_64
@@ -32,14 +32,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-5.17/lxd-5.17.tar.gz
- source = https://github.com/canonical/lxd/releases/download/lxd-5.17/lxd-5.17.tar.gz.asc
+ source = https://github.com/canonical/lxd/releases/download/lxd-5.16/lxd-5.16.tar.gz
+ source = https://github.com/canonical/lxd/releases/download/lxd-5.16/lxd-5.16.tar.gz.asc
source = lxd.socket
source = lxd.service
source = lxd.sysusers
validpgpkeys = 602F567663E593BCBD14F338C638974D64792D67
validpgpkeys = ED1CA1E7A6F80E22E5CB2DA84ACE106615754614
- sha256sums = db5a70f10f14623bb175a2b3357a136a7c71c933515d76ee7ab2193c840ae328
+ sha256sums = 7afb4d3d9be7c7caf3affb49904a7413b06150158705225d32d649424dd5648f
sha256sums = SKIP
sha256sums = b89a725223ef72b25eab25184084d069af312f8c23612c57fdb75427a510232e
sha256sums = 102d1d54186e0fc606a58f030231d76df6bd662b16dfd8f946e1f48e2b473b54
diff --git a/PKGBUILD b/PKGBUILD
index 965daa96c59b..51e36ec55be5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributer: nightuser <nightuser.android at gmail.com>
pkgname=lxd
-pkgver=5.17
+pkgver=5.16
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 <stgraber@stgraber.org>
'ED1CA1E7A6F80E22E5CB2DA84ACE106615754614') # Thomas Parrott <tomp@tomp.uk>
-sha256sums=('db5a70f10f14623bb175a2b3357a136a7c71c933515d76ee7ab2193c840ae328'
+sha256sums=('7afb4d3d9be7c7caf3affb49904a7413b06150158705225d32d649424dd5648f'
'SKIP'
'b89a725223ef72b25eab25184084d069af312f8c23612c57fdb75427a510232e'
'102d1d54186e0fc606a58f030231d76df6bd662b16dfd8f946e1f48e2b473b54'