~alpine/aports

testing/liblouis: fix check, add -doc subpackage v1 APPLIED

Drew DeVault: 1
 testing/liblouis: fix check, add -doc subpackage

 1 files changed, 3 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3237/mbox | git am -3
Learn more about email & git

[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