aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-25 01:16:41 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-25 06:41:03 +0100
commitdf9c8bc3300ccdf39df98b544cecf147b458a8d8 (patch)
tree488bf7e369324a6fa1187e9ac71e1fc9f463ce1a /testing
parent63a8ac7ce6b65759ff9459df2175877e9882e57b (diff)
downloadaports-df9c8bc3300ccdf39df98b544cecf147b458a8d8.tar.bz2
aports-df9c8bc3300ccdf39df98b544cecf147b458a8d8.tar.xz
testing/rav1e: split -libs subpackage
Diffstat (limited to 'testing')
-rw-r--r--testing/rav1e/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/rav1e/APKBUILD b/testing/rav1e/APKBUILD
index 3cab45213c..153a2cc4d6 100644
--- a/testing/rav1e/APKBUILD
+++ b/testing/rav1e/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Oleg Titov <oleg.titov@gmail.com>
pkgname=rav1e
pkgver=0.2.0
-pkgrel=0
+pkgrel=1
pkgdesc="The fastest and safest AV1 encoder"
url="https://github.com/xiph/rav1e"
arch="all !s390x" # no cargo for s390x
license="BSD-2-Clause custom"
options="!check" # No test suite from upstream
makedepends="cargo nasm"
-subpackages="$pkgname-doc"
+subpackages="$pkgname-doc $pkgname-libs"
source="$pkgname-$pkgver.tar.gz::https://github.com/xiph/rav1e/archive/v$pkgver.tar.gz"
prepare() {