* update ostree to 2023.8-1
This commit is contained in:
parent
2dc3c101cc
commit
616432d0ab
@ -4,8 +4,8 @@
|
||||
# Contributor: Mirco Tischler <mt-ml at gmx dot de>
|
||||
|
||||
pkgname=ostree
|
||||
_commit=722ba6238dc82c906506a3941689d08e4cd154ae # tags/v2023.7
|
||||
pkgver=2023.7
|
||||
_commit=6355d9525c4d37a8d5dd4f7b9a9b89c231f95c7d # tags/v2023.8
|
||||
pkgver=2023.8
|
||||
pkgrel=1
|
||||
pkgdesc="Operating system and container binary deployment and upgrades"
|
||||
url="https://ostreedev.github.io/ostree/"
|
||||
@ -49,7 +49,6 @@ checkdepends=(
|
||||
syslinux
|
||||
)
|
||||
provides=(libostree-1.so)
|
||||
options=(!distcc)
|
||||
source=(
|
||||
git+https://github.com/ostreedev/ostree#tag=$_commit
|
||||
git+https://github.com/mendsley/bsdiff
|
||||
@ -83,14 +82,14 @@ prepare() {
|
||||
|
||||
build() {
|
||||
local configure_options=(
|
||||
--prefix=/usr
|
||||
--sysconfdir=/etc
|
||||
--localstatedir=/var
|
||||
--sbindir=/usr/bin
|
||||
--libexecdir=/usr/lib
|
||||
--disable-static
|
||||
--enable-experimental-api
|
||||
--enable-gtk-doc
|
||||
--libexecdir=/usr/lib
|
||||
--localstatedir=/var
|
||||
--prefix=/usr
|
||||
--sbindir=/usr/bin
|
||||
--sysconfdir=/etc
|
||||
--with-curl
|
||||
--with-dracut=yesbutnoconf
|
||||
--with-ed25519-libsodium
|
||||
|
Loading…
x
Reference in New Issue
Block a user