--- skopeo/PKGBUILD.orig 2020-02-10 09:19:41.409957237 +0000 +++ skopeo/PKGBUILD 2020-02-10 09:02:51.473312597 +0000 @@ -3,12 +3,12 @@ pkgname=skopeo pkgver=0.1.41 -pkgrel=1 +pkgrel=2 pkgdesc='A command line utility for various operations on container images and image repositories.' arch=(x86_64) url='https://github.com/projectatomic/skopeo' license=(APACHE) -depends=(gpgme device-mapper ostree) +depends=(gpgme device-mapper) makedepends=(go-pie go-md2man btrfs-progs git) backup=(etc/containers/policy.json etc/containers/registries.conf @@ -40,7 +40,7 @@ cd $pkgname export GOFLAGS="-trimpath" export CGO_LDFLAGS="$LDFLAGS" - make binary-local BUILDTAGS='containers_image_ostree_stub ostree' + make binary-local BUILDTAGS='containers_image_ostree_stub' make docs } --- buildah/PKGBUILD.orig 2020-02-10 09:20:13.703289862 +0000 +++ buildah/PKGBUILD 2020-02-10 09:15:48.369962350 +0000 @@ -3,12 +3,12 @@ pkgname=buildah pkgver=1.14.0 -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 skopeo slirp4netns) +depends=(runc skopeo slirp4netns) makedepends=(go-pie git bash-bats btrfs-progs device-mapper gpgme libassuan bzip2 go-md2man runc skopeo) _commit=5965d9acffad0b70e8760de643b5f488ecadec24 # tags/v1.13.2 @@ -24,7 +24,7 @@ cd $pkgname export GOFLAGS="-trimpath" export CGO_LDFLAGS="$LDFLAGS" - make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub ostree seccomp" + make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub seccomp" } package() {