diff options
author | Alexander Edland <s@ocv.me> | 2018-08-05 20:30:43 +0200 |
---|---|---|
committer | Shiz <hi@shiz.me> | 2018-08-05 20:57:52 +0200 |
commit | 75154b31c3a60f6923077e7392af1d621758538c (patch) | |
tree | 3ea3b18beb4927399508d922fec1e3a0bde11c31 /testing/zimg | |
parent | 984007b9cc78e5c6bf43fa1c9ea8f2ef15b68718 (diff) | |
download | aports-75154b31c3a60f6923077e7392af1d621758538c.tar.bz2 aports-75154b31c3a60f6923077e7392af1d621758538c.tar.xz |
testing/zimg: fix -doc subpackage split
Diffstat (limited to 'testing/zimg')
-rw-r--r-- | testing/zimg/APKBUILD | 2 |
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" |