* update ostree to 2024.6-1
This commit is contained in:
parent
b478f93964
commit
8b7258db49
@ -1,9 +1,10 @@
|
||||
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
|
||||
# Maintainer: David Runge <dvzrv@archlinux.org>
|
||||
# Contributor: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
|
||||
# Contributor: Mirco Tischler <mt-ml at gmx dot de>
|
||||
|
||||
pkgname=ostree
|
||||
pkgver=2024.5
|
||||
pkgver=2024.6
|
||||
pkgrel=1
|
||||
pkgdesc="Operating system and container binary deployment and upgrades"
|
||||
url="https://ostreedev.github.io/ostree/"
|
||||
@ -11,6 +12,7 @@ arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
license=(LGPL-2.0-or-later)
|
||||
depends=(
|
||||
bash
|
||||
composefs
|
||||
fuse3
|
||||
gcc-libs
|
||||
glibc
|
||||
@ -26,7 +28,7 @@ makedepends=(
|
||||
curl
|
||||
e2fsprogs
|
||||
git
|
||||
glib2
|
||||
glib2-devel
|
||||
gobject-introspection
|
||||
gpgme
|
||||
gtk-doc
|
||||
@ -50,13 +52,11 @@ checkdepends=(
|
||||
provides=(libostree-1.so)
|
||||
source=(
|
||||
git+https://github.com/ostreedev/ostree#tag=v$pkgver
|
||||
git+https://github.com/containers/composefs.git
|
||||
git+https://github.com/mendsley/bsdiff
|
||||
git+https://gitlab.gnome.org/GNOME/libglnx.git
|
||||
$pkgname-2023.1-use_fuse3.patch
|
||||
)
|
||||
b2sums=('25dd16ad1356ec22807242a210f60482d28893250f9c23f861887406e5ba947fc2f41dfba2082dce7cbb3ea675f3b799a58dfda141c5ae8b537bd1393d942f47'
|
||||
'SKIP'
|
||||
b2sums=('0d26fc4686e2aef9789aeb34717ea78e21c734929d641e3928c7cf401b5b975e8ef2b6c2549c8243a7bca4cc20c8b326ba9ce49a14b972ed25f25539b5c0d31b'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'cfff162120f70995e18ec56454711501391b97456e2a0f34643c9d2a9c2b50b4d76afc2e2fc50ea28e8a773c618215d6cb855b96663f69dc5cc93bc5766f3f28')
|
||||
@ -76,7 +76,6 @@ prepare() {
|
||||
git apply -3 ../$pkgname-2023.1-use_fuse3.patch
|
||||
|
||||
git submodule init
|
||||
git submodule set-url composefs "$srcdir/composefs"
|
||||
git submodule set-url bsdiff "$srcdir/bsdiff"
|
||||
git submodule set-url libglnx "$srcdir/libglnx"
|
||||
git -c protocol.file.allow=always submodule update
|
||||
|
Loading…
x
Reference in New Issue
Block a user