Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging /
Packages / cockpit-machines
Commits:
28435d69 by Massimiliano Torromeo at 2024-03-14T20:33:41+01:00
upgpkg: 309-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = cockpit-machines
pkgdesc = Cockpit UI for virtual machines
- pkgver = 308.1
+ pkgver = 309
pkgrel = 1
url = https://github.com/cockpit-project/cockpit-machines
arch = x86_64
- license = LGPL
+ license = LGPL-2.1-or-later
depends = cockpit
depends = libvirt-dbus
optdepends = virt-install: create new virtual machines
- source =
https://github.com/cockpit-project/cockpit-machines/releases/download/308.1/cockpit-machines-308.1.tar.xz
- sha256sums =
94222b6120f73d3fd4564e8eac155696d126ea7bd42e0e8cf27ca29796fff48e
+ source =
https://github.com/cockpit-project/cockpit-machines/releases/download/309/cockpit-machines-309.tar.xz
+ sha256sums =
9f49b21cbc5eb64576aff0fd6462f4cb2ac39c69a8041ef093a7df49ab70bd7e
pkgname = cockpit-machines
=====================================
PKGBUILD
=====================================
@@ -1,16 +1,16 @@
# Maintainer: Massimiliano Torromeo <[email protected]>
pkgname=cockpit-machines
-pkgver=308.1
+pkgver=309
pkgrel=1
pkgdesc='Cockpit UI for virtual machines'
arch=('x86_64')
url='https://github.com/cockpit-project/cockpit-machines'
-license=(LGPL)
+license=(LGPL-2.1-or-later)
depends=(cockpit libvirt-dbus)
optdepends=("virt-install: create new virtual machines")
source=("https://github.com/cockpit-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('94222b6120f73d3fd4564e8eac155696d126ea7bd42e0e8cf27ca29796fff48e')
+sha256sums=('9f49b21cbc5eb64576aff0fd6462f4cb2ac39c69a8041ef093a7df49ab70bd7e')
package() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit-machines/-/commit/28435d69139a79a145bc4cc7a9ebf49372a899d7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit-machines/-/commit/28435d69139a79a145bc4cc7a9ebf49372a899d7
You're receiving this email because of your account on gitlab.archlinux.org.