diff --git a/pkg.info b/pkg.info index cad5f71..70aca5f 100644 --- a/pkg.info +++ b/pkg.info @@ -1,10 +1,11 @@ name: enchant description: Spelling library wrapper with consistent interface version: 2.8.2 +revision: 2 url: https://rrthomas.github.io/enchant/ license: LGPL2.1-or-later architecture: any -depends: ["gcc","glib","glibc"] +depends: ["gcc-libs", "glib", "glibc"] optional_depends: ["aspell"] -make_depends: ["aspell","vala","unittest-cpp"] +make_depends: ["aspell", "vala", "unittest-cpp"] type: source