Date: Saturday, March 11, 2023 @ 14:17:54
Author: mtorromeo
Revision: 1418689
archrelease: copy trunk to community-x86_64
Added:
cockpit-machines/repos/community-x86_64/PKGBUILD
(from rev 1418688, cockpit-machines/trunk/PKGBUILD)
Deleted:
cockpit-machines/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-11 14:17:46 UTC (rev 1418688)
+++ PKGBUILD 2023-03-11 14:17:54 UTC (rev 1418689)
@@ -1,18 +0,0 @@
-# Maintainer: Massimiliano Torromeo <[email protected]>
-
-pkgname=cockpit-machines
-pkgver=284.1
-pkgrel=1
-pkgdesc='Cockpit UI for virtual machines'
-arch=('x86_64')
-url='https://github.com/cockpit-project/cockpit-machines'
-license=(LGPL)
-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=('11d75a2549a605fa9e1937f57ca4f0a4c37a33edd590d0a7f0c221fa786b6e8f')
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
-}
Copied: cockpit-machines/repos/community-x86_64/PKGBUILD (from rev 1418688,
cockpit-machines/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-11 14:17:54 UTC (rev 1418689)
@@ -0,0 +1,18 @@
+# Maintainer: Massimiliano Torromeo <[email protected]>
+
+pkgname=cockpit-machines
+pkgver=285
+pkgrel=1
+pkgdesc='Cockpit UI for virtual machines'
+arch=('x86_64')
+url='https://github.com/cockpit-project/cockpit-machines'
+license=(LGPL)
+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=('768ee6ffc4721cf113bfcefd98ef229aeb60c5387c9286174d7bcc883f6bfc45')
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}