[arch-commits] Commit in ostree/trunk (PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Thu May 5 07:43:18 UTC 2022
Date: Thursday, May 5, 2022 @ 07:43:17
Author: dvzrv
Revision: 444673
upgpkg: ostree 2022.3-1: Upgrade to 2022.3.
Modified:
ostree/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-05 07:16:47 UTC (rev 444672)
+++ PKGBUILD 2022-05-05 07:43:17 UTC (rev 444673)
@@ -4,8 +4,8 @@
_name=libostree
pkgname=ostree
-pkgver=2022.2
-_commit=fbc6d21c2f71099fbab44cbdd74222b91f61c667 # tags/v2022.2^{}
+pkgver=2022.3
+_commit=0554beb4c2b11c54dd3dedd747f982fb6ce5eb70 # tags/v2022.3^{}
pkgrel=1
pkgdesc="Operating system and container binary deployment and upgrades"
url="https://ostreedev.github.io/ostree/"
@@ -15,13 +15,14 @@
makedepends=(avahi e2fsprogs git glib2 gobject-introspection gpgme gtk-doc
libarchive libsoup libxslt mkinitcpio python systemd)
checkdepends=(cpio elfutils gjs parallel python-yaml syslinux)
-source=("git+https://github.com/ostreedev/ostree#commit=${_commit}"
- "git+https://github.com/mendsley/bsdiff"
- "git+https://gitlab.gnome.org/GNOME/libglnx.git")
+source=(
+ git+https://github.com/ostreedev/ostree#commit=$_commit
+ git+https://github.com/mendsley/bsdiff
+ git+https://gitlab.gnome.org/GNOME/libglnx.git
+)
b2sums=('SKIP'
'SKIP'
'SKIP')
-
# upstream ticket about chain of trust:
# https://github.com/ostreedev/ostree/issues/2349
validpgpkeys=('1CEC7A9DF7DA85ABEF843DC0A866D7CCAE087291') # Colin Walters <walters at redhat.com>
More information about the arch-commits
mailing list