[arch-commits] Commit in cockpit-machines/repos/community-x86_64 (PKGBUILD PKGBUILD)

Massimiliano Torromeo mtorromeo at gemini.archlinux.org
Sat Jul 24 12:18:07 UTC 2021


    Date: Saturday, July 24, 2021 @ 12:18:07
  Author: mtorromeo
Revision: 984888

archrelease: copy trunk to community-x86_64

Added:
  cockpit-machines/repos/community-x86_64/PKGBUILD
    (from rev 984887, cockpit-machines/trunk/PKGBUILD)
Deleted:
  cockpit-machines/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-24 12:18:01 UTC (rev 984887)
+++ PKGBUILD	2021-07-24 12:18:07 UTC (rev 984888)
@@ -1,18 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=cockpit-machines
-pkgver=247
-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.gz")
-sha256sums=('3b157ebe6edbf8854f6df3de741b514bd6ac448b2e270ac5d058900803b879e4')
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: cockpit-machines/repos/community-x86_64/PKGBUILD (from rev 984887, cockpit-machines/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-24 12:18:07 UTC (rev 984888)
@@ -0,0 +1,18 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=cockpit-machines
+pkgver=248
+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.gz")
+sha256sums=('bfc53a587f10b74fa13dee508000f2687baf310f4e8e53d037e5a4fd72da1bf0')
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list