From 10f86d7e41277b1bdaff60112707e3c06335dca4 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 7 Apr 2022 11:36:56 +0200 Subject: [PATCH] libmypaint: devel package depends on jsonc --- media-libs/libmypaint/libmypaint-1.6.1.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-libs/libmypaint/libmypaint-1.6.1.recipe b/media-libs/libmypaint/libmypaint-1.6.1.recipe index 1e7e44b49..ee06689dd 100644 --- a/media-libs/libmypaint/libmypaint-1.6.1.recipe +++ b/media-libs/libmypaint/libmypaint-1.6.1.recipe @@ -4,7 +4,7 @@ number of other painting programs." HOMEPAGE="https://github.com/mypaint/libmypaint" COPYRIGHT="2008-2011 Martin Renold and contributors" LICENSE="ISC" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/mypaint/libmypaint/archive/refs/tags/v$portVersion.tar.gz" CHECKSUM_SHA256="9d888a0f13deeba06f2d63949426f4a5e4656f451b9052e4d8f7fd372a6f274e" @@ -32,6 +32,7 @@ PROVIDES_devel=" " REQUIRES_devel=" libmypaint$secondaryArchSuffix == $portVersion base + devel:libjson_c$secondaryArchSuffix " BUILD_REQUIRES=" @@ -80,4 +81,4 @@ INSTALL() TEST() { make check -} \ No newline at end of file +}