aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-02-16 12:06:18 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-02-17 13:54:48 -0300
commitd680f41a1db54d5e93339816f48f3c87bfdd507e (patch)
treeacac7e1dbbe1077de1a9d82b466ee5c7dbc7eee8
parentc62e265f291d1b950d65340394f2575e6d4c56fa (diff)
community/gspell: add -dbg subpkg
-rw-r--r--community/gspell/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gspell/APKBUILD b/community/gspell/APKBUILD
index a0cbe52ebd8..a64910929b2 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