aboutsummaryrefslogtreecommitdiffstats
path: root/testing/enchant2
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-18 16:36:02 -0300
committerTBK <tbk@jjtc.eu>2019-05-25 04:11:03 +0200
commit8b62f5ad03d135d97f6b213311d0687429d5e221 (patch)
tree17e2d0abce42a9bd978ea6772d8800112cc500dc /testing/enchant2
parent7348e0f79faad1ab5f8811d1e555620eae4e7868 (diff)
downloadaports-8b62f5ad03d135d97f6b213311d0687429d5e221.tar.bz2
aports-8b62f5ad03d135d97f6b213311d0687429d5e221.tar.xz
testing: remove duplicate dependencies and superfluous builddir statements
Closes: GH-7933
Diffstat (limited to 'testing/enchant2')
-rw-r--r--testing/enchant2/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/enchant2/APKBUILD b/testing/enchant2/APKBUILD
index e04ab351a8..f58332c161 100644
--- a/testing/enchant2/APKBUILD
+++ b/testing/enchant2/APKBUILD
@@ -8,7 +8,7 @@ arch="all"
license="LGPL-2.1-or-later"
subpackages="$pkgname-dev $pkgname-doc"
makedepends="aspell-dev glib-dev dbus-glib-dev hunspell-dev gettext-dev file
- bash aspell-dev"
+ bash"
options="!check" # needs unpackaged unittest-cpp
source="https://github.com/AbiWord/enchant/releases/download/v${pkgver}/enchant-${pkgver}.tar.gz"
builddir="$srcdir/enchant-$pkgver"