diff options
Diffstat (limited to 'testing/tidyhtml')
-rw-r--r-- | testing/tidyhtml/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tidyhtml/APKBUILD b/testing/tidyhtml/APKBUILD index 4098166858..596af37d55 100644 --- a/testing/tidyhtml/APKBUILD +++ b/testing/tidyhtml/APKBUILD @@ -12,7 +12,7 @@ url="http://www.html-tidy.org" license="custom" depends= makedepends="cmake" -subpackages="$pkgname-doc $pkgname-dev $pkgname-libs" +subpackages="$pkgname-dev $pkgname-libs" source="$_pkgreal-$pkgver.tar.gz::https://codeload.github.com/htacg/$_pkgreal/tar.gz/$pkgver" _builddir="$srcdir"/$_pkgreal-$pkgver |