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

Morten Linderud foxboron at archlinux.org
Sat Apr 17 11:25:18 UTC 2021


    Date: Saturday, April 17, 2021 @ 11:25:17
  Author: foxboron
Revision: 919728

upgpkg: skopeo 1.2.3-1

Modified:
  skopeo/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-17 11:03:19 UTC (rev 919727)
+++ PKGBUILD	2021-04-17 11:25:17 UTC (rev 919728)
@@ -2,8 +2,8 @@
 # Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
 
 pkgname=skopeo
-pkgver=1.2.2
-pkgrel=2
+pkgver=1.2.3
+pkgrel=1
 pkgdesc='A command line utility for various operations on container images and image repositories.'
 arch=(x86_64)
 url='https://github.com/projectatomic/skopeo'
@@ -10,7 +10,7 @@
 license=(APACHE)
 depends=(gpgme device-mapper containers-common)
 makedepends=(go go-md2man btrfs-progs git systemd)
-_commit=e72dd9c5c834f3cd7fb8b1aab4021d9d4412f305	#refs/tags/v1.2.2
+_commit=f15564f705d353835cdc0f69f7df92168b7d6667	#refs/tags/v1.2.3
 source=(git+$url#commit=$_commit)
 sha256sums=('SKIP')
 
@@ -32,7 +32,9 @@
 
 package() {
   cd $pkgname
-  make DESTDIR="$pkgdir" install
+  make PREFIX="/usr" DESTDIR="$pkgdir" install
   rm -rf "${pkgdir}/etc/containers/registries.d"
-  rm "${pkgdir}/etc/containers/policy.json"
+  #rm "${pkgdir}/etc/containers/policy.json"
+  # TODO: Remove next release
+  rm "${pkgdir}/policy.json"
 }



More information about the arch-commits mailing list