Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 11:51:04 +03:00
parent aaeb1dfd83
commit f5c8882385
+2 -1
View File
@@ -1,8 +1,9 @@
name: aspell name: aspell
description: Free and Open Source spell checker designed to eventually replace Ispell description: Free and Open Source spell checker designed to eventually replace Ispell
version: 0.60.8.1 version: 0.60.8.1
revision: 2
url: http://aspell.net/ url: http://aspell.net/
license: LGPL2.1 license: LGPL2.1
architecture: any architecture: any
depends: ["gcc","ncurses"] depends: ["gcc-libs", "ncurses"]
type: source type: source