diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-02-16 12:06:18 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-17 13:54:48 -0300 |
commit | d680f41a1db54d5e93339816f48f3c87bfdd507e (patch) | |
tree | acac7e1dbbe1077de1a9d82b466ee5c7dbc7eee8 /community/gspell/APKBUILD | |
parent | c62e265f291d1b950d65340394f2575e6d4c56fa (diff) | |
download | aports-d680f41a1db54d5e93339816f48f3c87bfdd507e.tar.bz2 aports-d680f41a1db54d5e93339816f48f3c87bfdd507e.tar.xz |
community/gspell: add -dbg subpkg
Diffstat (limited to 'community/gspell/APKBUILD')
-rw-r--r-- | community/gspell/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gspell/APKBUILD b/community/gspell/APKBUILD index a0cbe52ebd..a64910929b 100644 --- a/community/gspell/APKBUILD +++ b/community/gspell/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gspell pkgver=1.8.3 -pkgrel=0 +pkgrel=1 pkgdesc="Flexible API to add spell checking to a GTK+ application" options="!check" # Test fails because of missing machine-id url="https://wiki.gnome.org/Projects/gspell" @@ -12,7 +12,7 @@ depends="iso-codes" makedepends="glib-dev vala iso-codes-dev gtk+3.0-dev enchant2-dev gobject-introspection-dev" checkdepends="xvfb-run hunspell-en ibus" -subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" +subpackages="$pkgname-dev $pkgname-doc $pkgname-lang $pkgname-dbg" source="https://download.gnome.org/sources/gspell/${pkgver%.*}/gspell-$pkgver.tar.xz" case "$CARCH" in |