[PATCH] testing/liblouis: fix check, add -doc subpackage
Export this patch
This was missing help2man (docs) and Python (check).
---
testing/liblouis/APKBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/testing/liblouis/APKBUILD b/testing/liblouis/APKBUILD
index e348423dce..2e0bfa15ec 100644
--- a/testing/liblouis/APKBUILD
+++ b/testing/liblouis/APKBUILD
@@ -1,15 +1,15 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname="liblouis"
pkgver="3.12.0"
-pkgrel=0
+pkgrel=1
pkgdesc="Braille translator and back-translator"
url="http://liblouis.org/"
arch="all"
license="GPL-3.0"
depends=""
-makedepends=""
+makedepends="help2man python3"
install=""
-subpackages="$pkgname-static $pkgname-dev $pkgname-bin:_bin"
+subpackages="$pkgname-static $pkgname-dev $pkgname-bin:_bin $pkgname-doc"
source="
$pkgname-$pkgver.tar.gz::https://github.com/liblouis/liblouis/releases/download/v$pkgver/liblouis-$pkgver.tar.gz
"
--
2.25.0