David Runge pushed to branch main at Arch Linux / Packaging / Packages / ostree
Commits:
7578badd by David Runge at 2023-12-07T10:28:54+01:00
upgpkg: 2023.8-1
Sort configure options alphabetically
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = ostree
pkgdesc = Operating system and container binary deployment and upgrades
- pkgver = 2023.7
+ pkgver = 2023.8
pkgrel = 1
url = https://ostreedev.github.io/ostree/
arch = x86_64
@@ -37,7 +37,7 @@ pkgbase = ostree
depends = util-linux
depends = zlib
provides = libostree-1.so
- source =
git+https://github.com/ostreedev/ostree#tag=722ba6238dc82c906506a3941689d08e4cd154ae
+ source =
git+https://github.com/ostreedev/ostree#tag=6355d9525c4d37a8d5dd4f7b9a9b89c231f95c7d
source = git+https://github.com/mendsley/bsdiff
source = git+https://gitlab.gnome.org/GNOME/libglnx.git
source = ostree-2023.1-use_fuse3.patch
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,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/"
@@ -81,14 +81,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
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ostree/-/commit/7578badd3f8b98d0be14696d5085e199398764ee
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ostree/-/commit/7578badd3f8b98d0be14696d5085e199398764ee
You're receiving this email because of your account on gitlab.archlinux.org.