[arch-commits] Commit in cockpit-podman/repos/community-x86_64 (PKGBUILD PKGBUILD)
Massimiliano Torromeo
mtorromeo at gemini.archlinux.org
Wed Sep 7 13:20:21 UTC 2022
Date: Wednesday, September 7, 2022 @ 13:20:20
Author: mtorromeo
Revision: 1296091
archrelease: copy trunk to community-x86_64
Added:
cockpit-podman/repos/community-x86_64/PKGBUILD
(from rev 1296090, cockpit-podman/trunk/PKGBUILD)
Deleted:
cockpit-podman/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-07 13:20:12 UTC (rev 1296090)
+++ PKGBUILD 2022-09-07 13:20:20 UTC (rev 1296091)
@@ -1,17 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=cockpit-podman
-pkgver=52
-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=('f9d46f55b5580541927e9fb034fab4a3e3e219b946e46fdfdb46d9206c7cdce4')
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
-}
Copied: cockpit-podman/repos/community-x86_64/PKGBUILD (from rev 1296090, cockpit-podman/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-07 13:20:20 UTC (rev 1296091)
@@ -0,0 +1,17 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=cockpit-podman
+pkgver=53
+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=('c11f49c100395852b4895c1eb14d4c39c9bda54c32d4a3977b2a3f7de9210c0b')
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list