Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
skopeo


Commits:
cfab4a13 by Frederik Schwan at 2024-05-15T23:35:56+02:00
upgpkg: 1.15.0-1

- - - - -
6316fc29 by Frederik Schwan at 2024-05-15T23:38:59+02:00
upgpkg: 1.15.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
 pkgbase = skopeo
        pkgdesc = A command line utility for various operations on container 
images and image repositories.
-       pkgver = 1.15.0
+       pkgver = 1.15.1
        pkgrel = 1
        url = https://github.com/containers/skopeo
        arch = x86_64
-       license = APACHE
+       license = Apache-2.0
        makedepends = go
        makedepends = go-md2man
        makedepends = btrfs-progs
@@ -13,7 +13,7 @@ pkgbase = skopeo
        depends = gpgme
        depends = device-mapper
        depends = containers-common
-       source = 
git+https://github.com/containers/skopeo#commit=99e3c44865d4200bb93f38365622ef1e857c3a61
-       sha256sums = SKIP
+       source = git+https://github.com/containers/skopeo#tag=v1.15.1
+       sha256sums = 
198d43f0a6e8375a7a38a63d841496ce8e4c93d894a1b695ed0ff0b4e87de469
 
 pkgname = skopeo


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Maintainer: Bartłomiej Piotrowski <bpiotrow...@archlinux.org>
 
 pkgname=skopeo
-pkgver=1.15.0
+pkgver=1.15.1
 pkgrel=1
 pkgdesc='A command line utility for various operations on container images and 
image repositories.'
 arch=(x86_64)
@@ -10,14 +10,8 @@ url='https://github.com/containers/skopeo'
 license=(Apache-2.0)
 depends=(gpgme device-mapper containers-common)
 makedepends=(go go-md2man btrfs-progs git systemd)
-_commit=99e3c44865d4200bb93f38365622ef1e857c3a61 #refs/tags/v1.15.0
-source=(git+$url#commit=$_commit)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
+source=(git+$url#tag=v$pkgver)
+sha256sums=('198d43f0a6e8375a7a38a63d841496ce8e4c93d894a1b695ed0ff0b4e87de469')
 
 prepare(){
   cd ${pkgname}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/skopeo/-/compare/c44070747c96f9ce14782fd16f910f440d5874f0...6316fc295edfc940f28f300ab8391884db9ee61a

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/skopeo/-/compare/c44070747c96f9ce14782fd16f910f440d5874f0...6316fc295edfc940f28f300ab8391884db9ee61a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to