summaryrefslogtreecommitdiff
path: root/system/console-setup
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-08-04 00:28:35 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-08-04 00:28:35 +0000
commit253aa2c24095646f0b57ef2e142de42c9676f59b (patch)
tree3ed77fe9c9990c5e4ea6a0856091814b1c437ef5 /system/console-setup
parentc071c7e115bf47b781cca3dd13bc5685d378e654 (diff)
downloadpackages-253aa2c24095646f0b57ef2e142de42c9676f59b.tar.gz
packages-253aa2c24095646f0b57ef2e142de42c9676f59b.tar.bz2
packages-253aa2c24095646f0b57ef2e142de42c9676f59b.tar.xz
packages-253aa2c24095646f0b57ef2e142de42c9676f59b.zip
system/console-setup: correctly declare dependency on kbd
Diffstat (limited to 'system/console-setup')
-rw-r--r--system/console-setup/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/console-setup/APKBUILD b/system/console-setup/APKBUILD
index 7ed08c2df..47e70cd27 100644
--- a/system/console-setup/APKBUILD
+++ b/system/console-setup/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=console-setup
pkgver=1.184
-pkgrel=0
+pkgrel=1
pkgdesc="Set up console font and keyboard layout"
url="https://salsa.debian.org/installer-team/console-setup"
arch="noarch"
options="!check" # No test suite.
license="MIT AND GPL-2.0+ AND BSD-3-Clause"
-depends="perl"
+depends="kbd perl"
makedepends="perl"
install=""
replaces="ckbcomp"