aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Polański <michal@polanski.me>2021-06-19 00:56:32 +0200
committerMichał Polański <michal@polanski.me>2021-06-19 00:56:32 +0200
commitd9cb04404664bb501d34cbdc0144a2df80448af5 (patch)
tree90efb68d43b514a841bf881e23e58b8603759f08
parentd14267221f8a2104d0f3d8db12d23c7cdcde552e (diff)
community/unibilium: fix dependencies
- pod2man provided by perl is needed for building man pages - prove provided by perl-utils is needed for running the test suite
-rw-r--r--community/unibilium/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/unibilium/APKBUILD b/community/unibilium/APKBUILD
index 9d71c3860ca..b4b24808c92 100644
--- a/community/unibilium/APKBUILD
+++ b/community/unibilium/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Marvin Steadfast <marvin@xsteadfastx.org>
pkgname=unibilium
pkgver=2.1.0
-pkgrel=0
+pkgrel=1
pkgdesc="Terminfo parsing library"
url="https://github.com/neovim/unibilium/"
arch="all"
license="LGPL-3.0-or-later"
-makedepends="libtool"
-checkdepends="perl-dev"
+makedepends="libtool perl"
+checkdepends="perl-utils"
subpackages="$pkgname-dev $pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/neovim/unibilium/archive/v$pkgver.tar.gz
build-static-lib.patch