aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/babl/APKBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/babl/APKBUILD b/community/babl/APKBUILD
index 66a38619d17..9a81fa3daa9 100644
--- a/community/babl/APKBUILD
+++ b/community/babl/APKBUILD
@@ -1,9 +1,9 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=babl
-pkgver=0.1.82
-pkgrel=1
+pkgver=0.1.86
+pkgrel=0
pkgdesc="Dynamic, any to any, pixel format conversion library"
-url="http://gegl.org/babl"
+url="https://gegl.org/babl"
arch="all"
license="LGPL-3.0-or-later"
makedepends="meson gobject-introspection-dev lcms2-dev vala"
@@ -11,8 +11,8 @@ subpackages="$pkgname-dev"
source="https://ftp.gimp.org/pub/babl/${pkgver%.*}/babl-$pkgver.tar.xz"
case "$CARCH" in
-# tests time out on builder
-mips*) options="!check";;
+ # tests time out on builder
+ mips*) options="!check";;
esac
build() {
@@ -28,4 +28,4 @@ package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
-sha512sums="f6eabc53a8b9a2f6002ec75ec9175aa854e54a6d1c14e8723506d44f7fc3230dbfb19b4595d73d5922c705a97a000230aa6ed33f4dc0de0d9399dc939fe61c8c babl-0.1.82.tar.xz"
+sha512sums="aff3b0069f7cdb515e6ace880500f4b89521062f9030ef452f0555b3cd993fffdd5f700c403a7be8e6758957073e7623360fc6ac41d86d5d31551c0fd0ff6048 babl-0.1.86.tar.xz"