diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-01-19 13:47:16 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-01-19 13:47:16 +0200 |
commit | 0c08ceb5f31351b29ee26600626f08b79005fa8b (patch) | |
tree | 4cb809df4219229cf9f38cb48e38fb9a301bb426 /testing/tidyhtml | |
parent | 587eb4668327b07b90d33d04c7e7f8b37a80b3f1 (diff) | |
download | aports-0c08ceb5f31351b29ee26600626f08b79005fa8b.tar.bz2 aports-0c08ceb5f31351b29ee26600626f08b79005fa8b.tar.xz |
testing/tidyhtml: remove -doc split
there's no documentation files in the package
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 |