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

Morten Linderud foxboron at archlinux.org
Sat May 22 20:05:40 UTC 2021


    Date: Saturday, May 22, 2021 @ 20:05:40
  Author: foxboron
Revision: 942242

upgpkg: skopeo 1.3.0-1

Modified:
  skopeo/trunk/PKGBUILD

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

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



More information about the arch-commits mailing list