Date: Saturday, March 11, 2023 @ 14:18:51
Author: mtorromeo
Revision: 1418691
archrelease: copy trunk to community-x86_64
Added:
cockpit-podman/repos/community-x86_64/PKGBUILD
(from rev 1418690, cockpit-podman/trunk/PKGBUILD)
Deleted:
cockpit-podman/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-11 14:18:44 UTC (rev 1418690)
+++ PKGBUILD 2023-03-11 14:18:51 UTC (rev 1418691)
@@ -1,17 +0,0 @@
-# Maintainer: Massimiliano Torromeo <[email protected]>
-
-pkgname=cockpit-podman
-pkgver=63.1
-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=('103ea41fc7051686d2751f48c2d0ec6f783c74124748678adef9da7fe0b8cdf7')
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
-}
Copied: cockpit-podman/repos/community-x86_64/PKGBUILD (from rev 1418690,
cockpit-podman/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-11 14:18:51 UTC (rev 1418691)
@@ -0,0 +1,17 @@
+# Maintainer: Massimiliano Torromeo <[email protected]>
+
+pkgname=cockpit-podman
+pkgver=64
+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=('39bb4e56326a537a89657b0d995a2a2cea5b4f1cb96739347ccc8f6cefd86f5c')
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}