aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Matheis <jomat+alpinebuild@jmt.gr>2015-10-03 12:07:30 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-10-06 22:31:05 +0200
commitf75bf64c22cf61ed169b8799d7948c07e35e3eaf (patch)
tree65afbbc6638169b37c65c5095037385859f33112
parent9ba98bbac70209e86d64273f07f323ec107f7f9c (diff)
main/i3lock: add dependency xkeyboard-config fixes bug #4702
-rw-r--r--main/i3lock/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/i3lock/APKBUILD b/main/i3lock/APKBUILD
index 9124cc9fdde..5ea8fd0c886 100644
--- a/main/i3lock/APKBUILD
+++ b/main/i3lock/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Johannes Matheis <jomat+alpinebuild@jmt.gr>
pkgname=i3lock
pkgver=2.7
-pkgrel=0
+pkgrel=1
pkgdesc="An improved screenlocker based upon XCB and PAM"
url="http://i3wm.org/i3lock/"
arch="all"
license="MIT"
-depends=""
+depends="xkeyboard-config"
depends_dev="libev-dev cairo-dev linux-pam-dev libxkbcommon-dev xcb-util-image-dev"
makedepends="$depends_dev"
install=""