[arch-commits] Commit in podman/repos/community-x86_64 (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Wed Mar 11 21:55:41 UTC 2020
Date: Wednesday, March 11, 2020 @ 21:55:40
Author: foxboron
Revision: 594647
archrelease: copy trunk to community-x86_64
Added:
podman/repos/community-x86_64/PKGBUILD
(from rev 594646, podman/trunk/PKGBUILD)
Deleted:
podman/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 96 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 48 insertions(+), 48 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-11 21:55:31 UTC (rev 594646)
+++ PKGBUILD 2020-03-11 21:55:40 UTC (rev 594647)
@@ -1,48 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-
-pkgbase=podman
-pkgname=(podman podman-docker)
-pkgver=1.8.0
-pkgrel=2
-pkgdesc='Tool and library for running OCI-based containers in pods'
-arch=(x86_64)
-url='https://github.com/containers/libpod'
-license=(Apache)
-depends=(cni-plugins conmon device-mapper iptables libseccomp runc skopeo
- btrfs-progs slirp4netns libsystemd)
-makedepends=(go-pie go-md2man git)
-optdepends=('catatonit: --init flag support')
-source=("git+$url#tag=v$pkgver?signed")
-validpgpkeys=('B7DBDCA456F7335E91F1C25CD3624C551D0515C4')
-sha256sums=('SKIP')
-
-pkgver() {
- cd libpod
- git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
- export BUILDTAGS='seccomp varlink systemd'
- export CGO_LDFLAGS=$LDFLAGS
- export GOFLAGS="-trimpath"
-
- cd libpod
- make
-}
-
-package_podman() {
- optdepends=('podman-docker: for Docker-compatible CLI')
-
- cd libpod
- make install install.completions install.config DESTDIR="$pkgdir" PREFIX=/usr
-}
-
-package_podman-docker() {
- pkgdesc='Emulate Docker CLI using podman'
- depends=(podman)
- conflicts=(docker)
-
- cd libpod
- make install.docker DESTDIR="$pkgdir" PREFIX=/usr
-}
Copied: podman/repos/community-x86_64/PKGBUILD (from rev 594646, podman/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-11 21:55:40 UTC (rev 594647)
@@ -0,0 +1,48 @@
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgbase=podman
+pkgname=(podman podman-docker)
+pkgver=1.8.1
+pkgrel=1
+pkgdesc='Tool and library for running OCI-based containers in pods'
+arch=(x86_64)
+url='https://github.com/containers/libpod'
+license=(Apache)
+depends=(cni-plugins conmon device-mapper iptables libseccomp runc skopeo
+ btrfs-progs slirp4netns libsystemd)
+makedepends=(go-pie go-md2man git)
+optdepends=('catatonit: --init flag support')
+source=("git+$url#tag=v$pkgver?signed")
+validpgpkeys=('B7DBDCA456F7335E91F1C25CD3624C551D0515C4')
+sha256sums=('SKIP')
+
+pkgver() {
+ cd libpod
+ git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+ export BUILDTAGS='seccomp varlink systemd'
+ export CGO_LDFLAGS=$LDFLAGS
+ export GOFLAGS="-trimpath"
+
+ cd libpod
+ make
+}
+
+package_podman() {
+ optdepends=('podman-docker: for Docker-compatible CLI')
+
+ cd libpod
+ make install install.completions install.config DESTDIR="$pkgdir" PREFIX=/usr
+}
+
+package_podman-docker() {
+ pkgdesc='Emulate Docker CLI using podman'
+ depends=(podman)
+ conflicts=(docker)
+
+ cd libpod
+ make install.docker DESTDIR="$pkgdir" PREFIX=/usr
+}
More information about the arch-commits
mailing list