[arch-commits] Commit in buildah/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Fri Oct 12 05:17:34 UTC 2018
Date: Friday, October 12, 2018 @ 05:17:34
Author: bpiotrowski
Revision: 392838
1.4-2: add skopeo to dependencies
Modified:
buildah/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-12 05:16:49 UTC (rev 392837)
+++ PKGBUILD 2018-10-12 05:17:34 UTC (rev 392838)
@@ -2,12 +2,12 @@
pkgname=buildah
pkgver=1.4
-pkgrel=1
+pkgrel=2
pkgdesc="A tool which facilitates building OCI images"
arch=(x86_64)
url="https://github.com/containers/buildah"
license=(Apache)
-depends=(ostree runc)
+depends=(ostree runc skopeo)
makedepends=(go-pie git bash-bats btrfs-progs device-mapper gpgme libassuan
bzip2 go-md2man runc skopeo)
_commit=608fa843cce45e7ee58ccb71a90297b645a984d3 # tags/v1.4
More information about the arch-commits
mailing list