aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2023-03-17 01:39:59 +0000
committerpsykose <alice@ayaya.dev>2023-03-17 02:39:59 +0100
commitd6ad8d73de3ce97f1b252bf64976af74835afb2c (patch)
tree581a892c33ac6968288bdbf9a03910af57f50260
parentdd944a8dadcdf9ead0706f719889139181f770d2 (diff)
downloadaports-d6ad8d73de3ce97f1b252bf64976af74835afb2c.tar.gz
aports-d6ad8d73de3ce97f1b252bf64976af74835afb2c.tar.bz2
aports-d6ad8d73de3ce97f1b252bf64976af74835afb2c.tar.xz
community/ostree: fix for new glib
-rw-r--r--community/ostree/APKBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/community/ostree/APKBUILD b/community/ostree/APKBUILD
index bc6810319a6..aea6e49dc8e 100644
--- a/community/ostree/APKBUILD
+++ b/community/ostree/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=ostree
pkgver=2023.1
-pkgrel=0
+pkgrel=1
pkgdesc="Operating system and container binary deployment and upgrades"
url="https://github.com/ostreedev/ostree"
arch="all"
@@ -29,7 +29,9 @@ subpackages="
$pkgname-grub:grub:noarch
$pkgname-bash-completion:bashcomp:noarch
"
-source="https://github.com/ostreedev/ostree/releases/download/v$pkgver/libostree-$pkgver.tar.xz"
+source="https://github.com/ostreedev/ostree/releases/download/v$pkgver/libostree-$pkgver.tar.xz
+ $pkgname-glib-2.76.patch::https://github.com/ostreedev/ostree/commit/376c9d7effa01fa020711a3f12829fe9b18b8bca.patch
+ "
builddir="$srcdir/lib$pkgname-$pkgver"
# todo: figure out the missing dep
options="!check"
@@ -84,4 +86,5 @@ bashcomp() {
sha512sums="
a6a6e47d6cb9ec6826d48a50a2abac69e4a040f2b5830d39e8a006c738a163fb15fde8630bf271d92cec9470601281669cd4bf942e4b7c4d42441bd5d1730572 libostree-2023.1.tar.xz
+7af25596363c717e127687903534f9c1e0bc2c4d3bcc7bcd5596c1239ea8f43d7ee0d7b5be3f5e338dba16af1202bbaa77b57f96ec65ca13581cca04c08c4f51 ostree-glib-2.76.patch
"