aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/libpsl/APKBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/community/libpsl/APKBUILD b/community/libpsl/APKBUILD
index 2e8964b485..f9c4a12811 100644
--- a/community/libpsl/APKBUILD
+++ b/community/libpsl/APKBUILD
@@ -6,10 +6,7 @@ pkgdesc="C library for the Publix Suffix List"
url="https://rockdaboot.github.io/libpsl"
arch="all"
license="MIT"
-depends=""
-depends_dev=""
-makedepends="$depends_dev"
-install=""
+makedepends="gtk-doc"
subpackages="$pkgname-dev $pkgname-doc"
source="https://github.com/rockdaboot/libpsl/releases/download/libpsl-$pkgver/libpsl-$pkgver.tar.gz"
builddir="$srcdir/libpsl-$pkgver"