[arch-commits] Commit in cockpit-machines/repos/community-x86_64 (PKGBUILD PKGBUILD)
Massimiliano Torromeo
mtorromeo at gemini.archlinux.org
Wed Jul 14 18:37:47 UTC 2021
Date: Wednesday, July 14, 2021 @ 18:37:47
Author: mtorromeo
Revision: 977099
archrelease: copy trunk to community-x86_64
Added:
cockpit-machines/repos/community-x86_64/PKGBUILD
(from rev 977098, 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-14 18:37:41 UTC (rev 977098)
+++ PKGBUILD 2021-07-14 18:37:47 UTC (rev 977099)
@@ -1,18 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=cockpit-machines
-pkgver=246
-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=('00c1f74417e5867bbed6bb5ee554c4f7a15f18344fe8411552408075b6dde114')
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
-}
Copied: cockpit-machines/repos/community-x86_64/PKGBUILD (from rev 977098, cockpit-machines/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-14 18:37:47 UTC (rev 977099)
@@ -0,0 +1,18 @@
+# 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
+}
More information about the arch-commits
mailing list