[arch-commits] Commit in skopeo/trunk (PKGBUILD)

Morten Linderud foxboron at archlinux.org
Sat Feb 29 13:11:41 UTC 2020


    Date: Saturday, February 29, 2020 @ 13:11:40
  Author: foxboron
Revision: 586852

upgpkg: skopeo 0.1.41-2

Fixes FS#64063 

Modified:
  skopeo/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-29 13:06:25 UTC (rev 586851)
+++ PKGBUILD	2020-02-29 13:11:40 UTC (rev 586852)
@@ -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
 }
 



More information about the arch-commits mailing list