[arch-commits] Commit in cockpit-podman/repos/community-x86_64 (PKGBUILD PKGBUILD)
Massimiliano Torromeo
mtorromeo at gemini.archlinux.org
Thu Nov 25 22:52:40 UTC 2021
Date: Thursday, November 25, 2021 @ 22:52:40
Author: mtorromeo
Revision: 1054804
archrelease: copy trunk to community-x86_64
Added:
cockpit-podman/repos/community-x86_64/PKGBUILD
(from rev 1054803, cockpit-podman/trunk/PKGBUILD)
Deleted:
cockpit-podman/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-25 22:52:34 UTC (rev 1054803)
+++ PKGBUILD 2021-11-25 22:52:40 UTC (rev 1054804)
@@ -1,17 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=cockpit-podman
-pkgver=36
-pkgrel=1
-pkgdesc='Cockpit UI for podman containers'
-arch=('x86_64')
-url='https://github.com/cockpit-project/cockpit-podman'
-license=(LGPL)
-depends=(cockpit podman)
-source=("https://github.com/cockpit-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('e64ce326f42350bbd39e22937272a4f0451a6472a942212fe98e135cfbaddb63')
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
-}
Copied: cockpit-podman/repos/community-x86_64/PKGBUILD (from rev 1054803, cockpit-podman/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-25 22:52:40 UTC (rev 1054804)
@@ -0,0 +1,17 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=cockpit-podman
+pkgver=37
+pkgrel=1
+pkgdesc='Cockpit UI for podman containers'
+arch=('x86_64')
+url='https://github.com/cockpit-project/cockpit-podman'
+license=(LGPL)
+depends=(cockpit podman)
+source=("https://github.com/cockpit-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=('5279654fb09f992e425bc002f8c4005d3ff24e0f83de8959a789fbe1d1aa9ceb')
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list