aboutsummaryrefslogtreecommitdiffstats
path: root/testing/zimg
diff options
context:
space:
mode:
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"