libmypaint: devel package depends on jsonc

This commit is contained in:
Jerome Duval
2022-04-07 11:36:56 +02:00
parent 6b7890f465
commit 10f86d7e41

View File

@@ -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
}
}