diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-18 16:36:02 -0300 |
---|---|---|
committer | TBK <tbk@jjtc.eu> | 2019-05-25 04:11:03 +0200 |
commit | 8b62f5ad03d135d97f6b213311d0687429d5e221 (patch) | |
tree | 17e2d0abce42a9bd978ea6772d8800112cc500dc /testing/gspell | |
parent | 7348e0f79faad1ab5f8811d1e555620eae4e7868 (diff) | |
download | aports-8b62f5ad03d135d97f6b213311d0687429d5e221.tar.bz2 aports-8b62f5ad03d135d97f6b213311d0687429d5e221.tar.xz |
testing: remove duplicate dependencies and superfluous builddir statements
Closes: GH-7933
Diffstat (limited to 'testing/gspell')
-rw-r--r-- | testing/gspell/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gspell/APKBUILD b/testing/gspell/APKBUILD index 5c7f92b3bd..c270ddb876 100644 --- a/testing/gspell/APKBUILD +++ b/testing/gspell/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="Flexible API to add spell checking to a GTK+ application" url="https://wiki.gnome.org/Projects/gspell" arch="all" license="LGPL-2.1-or-later" -makedepends="glib-dev vala iso-codes-dev gtk+3.0-dev enchant2-dev vala +makedepends="glib-dev vala iso-codes-dev gtk+3.0-dev enchant2-dev gobject-introspection-dev" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" options="!check" # Needs DISPLAY |