aboutsummaryrefslogtreecommitdiffstats
path: root/testing/postgis
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-12-31 23:19:30 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-31 23:40:28 +0100
commitdc8d725c7c75aaa69c5c90bf9893e41f117cc095 (patch)
tree6a53c653f74c7c20d45ca0638b682cc7688c0672 /testing/postgis
parenta84a66c54679cf9ad5ae875474bf17951f9c9f3a (diff)
testing/postgis: add -doc subpackage
Diffstat (limited to 'testing/postgis')
-rw-r--r--testing/postgis/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/postgis/APKBUILD b/testing/postgis/APKBUILD
index e9cf765759c..44dfdd1792b 100644
--- a/testing/postgis/APKBUILD
+++ b/testing/postgis/APKBUILD
@@ -10,7 +10,7 @@ license="GPL-2.0-or-later"
depends="postgresql perl"
makedepends="postgresql-dev geos-dev gdal-dev libxml2-dev proj4-dev perl-dev
json-c-dev pcre-dev"
-subpackages="$pkgname-dev"
+subpackages="$pkgname-dev $pkgname-doc"
source="http://download.osgeo.org/postgis/source/$pkgname-$pkgver.tar.gz
json-c-0.13.patch"
builddir="$srcdir/$pkgname-$pkgver"