aboutsummaryrefslogtreecommitdiffstats
path: root/testing/zimg
diff options
context:
space:
mode:
authorAlexander Edland <s@ocv.me>2018-08-05 20:30:43 +0200
committerShiz <hi@shiz.me>2018-08-05 20:57:52 +0200
commit75154b31c3a60f6923077e7392af1d621758538c (patch)
tree3ea3b18beb4927399508d922fec1e3a0bde11c31 /testing/zimg
parent984007b9cc78e5c6bf43fa1c9ea8f2ef15b68718 (diff)
downloadaports-75154b31c3a60f6923077e7392af1d621758538c.tar.bz2
aports-75154b31c3a60f6923077e7392af1d621758538c.tar.xz
testing/zimg: fix -doc subpackage split
Diffstat (limited to 'testing/zimg')
-rw-r--r--testing/zimg/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/zimg/APKBUILD b/testing/zimg/APKBUILD
index 41aa7f8bdc..466f81f462 100644
--- a/testing/zimg/APKBUILD
+++ b/testing/zimg/APKBUILD
@@ -9,7 +9,7 @@ arch="all"
license="WTFPL-2.0"
options="!check" # testing is done by make
makedepends="autoconf automake libtool cmake"
-subpackages="$pkgname-dev $pkgname-doc"
+subpackages="$pkgname-doc $pkgname-dev"
source="zimg-$pkgver.tar.gz::https://github.com/sekrit-twc/zimg/archive/release-$pkgver.tar.gz
zimg-gtest-1.8.0.tar.gz::https://github.com/google/googletest/archive/release-1.8.0.tar.gz"
builddir="$srcdir/zimg-release-$pkgver"