Date: Friday, June 19, 2020 @ 12:46:12 Author: foxboron Revision: 647669
upgpkg: skopeo 1.1.0-1 Modified: skopeo/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-19 12:44:45 UTC (rev 647668) +++ PKGBUILD 2020-06-19 12:46:12 UTC (rev 647669) @@ -2,7 +2,7 @@ # Maintainer: Bartłomiej Piotrowski <[email protected]> pkgname=skopeo -pkgver=1.0.0 +pkgver=1.1.0 pkgrel=1 pkgdesc='A command line utility for various operations on container images and image repositories.' arch=(x86_64) @@ -9,13 +9,13 @@ url='https://github.com/projectatomic/skopeo' license=(APACHE) depends=(gpgme device-mapper) -makedepends=(go go-md2man btrfs-progs git) +makedepends=(go go-md2man btrfs-progs git systemd) backup=(etc/containers/policy.json etc/containers/registries.conf etc/containers/registries.d/default.yaml etc/containers/seccomp.json etc/containers/storage.conf) -_commit=bd162028cd83ceecd8915736f2d66d5ca73ee54a # tags/v1.0.0 +_commit=63085f5bef1131aa9ec0907a5c8d66b67de7c4b2 # tags/v1.1.0 source=(git+$url#commit=$_commit containers-storage.conf.5.md policy.json.5.md
