community/libpsl: build fix

This commit is contained in:
Natanael Copa 2018-10-09 20:21:13 +00:00
parent ec31399a67
commit 492c030c32

View File

@ -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"