David Runge pushed to branch main at Arch Linux / Packaging / Packages / ostree
Commits: 25ea87eb by David Runge at 2024-02-20T13:12:19+01:00 upgpkg: 2024.3-2 Rebuild to add which to dependencies, as it is required for the grub integration. The dependency can be removed again, once upstream merged and released https://github.com/ostreedev/ostree/pull/3154 Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/ostree/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = ostree pkgdesc = Operating system and container binary deployment and upgrades pkgver = 2024.3 - pkgrel = 1 + pkgrel = 2 url = https://ostreedev.github.io/ostree/ arch = x86_64 license = LGPL-2.0-or-later @@ -35,6 +35,7 @@ pkgbase = ostree depends = libsodium depends = sh depends = util-linux + depends = which depends = zlib provides = libostree-1.so source = git+https://github.com/ostreedev/ostree#commit=d43386f15dd1a64fb153b1763a64bfc258cf7fc0 @@ -58,6 +59,7 @@ pkgname = ostree depends = libsodium depends = sh depends = util-linux + depends = which depends = zlib depends = avahi depends = libavahi-client.so ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=ostree _commit=d43386f15dd1a64fb153b1763a64bfc258cf7fc0 # tags/v2024.3^{} pkgver=2024.3 -pkgrel=1 +pkgrel=2 pkgdesc="Operating system and container binary deployment and upgrades" url="https://ostreedev.github.io/ostree/" arch=(x86_64) @@ -19,6 +19,7 @@ depends=( libsodium sh util-linux + which # remove after https://github.com/ostreedev/ostree/pull/3154 is merged and released zlib ) makedepends=( View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ostree/-/commit/25ea87eb777e64927f6331bacad180faefa5468d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ostree/-/commit/25ea87eb777e64927f6331bacad180faefa5468d You're receiving this email because of your account on gitlab.archlinux.org.
