Date: Friday, October 21, 2022 @ 16:05:35
Author: mtorromeo
Revision: 1333132
archrelease: copy trunk to community-x86_64
Added:
cockpit-machines/repos/community-x86_64/PKGBUILD
(from rev 1333131, cockpit-machines/trunk/PKGBUILD)
Deleted:
cockpit-machines/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-21 16:05:29 UTC (rev 1333131)
+++ PKGBUILD 2022-10-21 16:05:35 UTC (rev 1333132)
@@ -1,18 +0,0 @@
-# Maintainer: Massimiliano Torromeo <[email protected]>
-
-pkgname=cockpit-machines
-pkgver=275
-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=('acbf8814c38562a7cfc892e72dd46d965bb1d47de6063ea596abcf3ad80fdf1d')
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
-}
Copied: cockpit-machines/repos/community-x86_64/PKGBUILD (from rev 1333131,
cockpit-machines/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-21 16:05:35 UTC (rev 1333132)
@@ -0,0 +1,18 @@
+# Maintainer: Massimiliano Torromeo <[email protected]>
+
+pkgname=cockpit-machines
+pkgver=276
+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=('947220a01e8e7b3f2b1ba3a3e406cf55c377a11b89e0bf05341f412b2d3b4e9f')
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}