[arch-commits] Commit in podman/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sun Feb 21 15:33:35 UTC 2021
Date: Sunday, February 21, 2021 @ 15:33:35
Author: foxboron
Revision: 867707
upgpkg: podman 3.0.1-2 - Fixes FS#69651
Modified:
podman/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-21 15:32:09 UTC (rev 867706)
+++ PKGBUILD 2021-02-21 15:33:35 UTC (rev 867707)
@@ -5,7 +5,7 @@
pkgbase=podman
pkgname=(podman podman-docker)
pkgver=3.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='Tool and library for running OCI-based containers in pods'
arch=(x86_64)
url='https://github.com/containers/libpod'
@@ -52,6 +52,7 @@
pkgdesc='Emulate Docker CLI using podman'
depends=(podman)
conflicts=(docker)
+ provides=(docker)
cd libpod
make install.docker DESTDIR="$pkgdir" PREFIX=/usr
More information about the arch-commits
mailing list