diff options
Diffstat (limited to 'community/i3lock/PKGBUILD')
-rw-r--r-- | community/i3lock/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/i3lock/PKGBUILD b/community/i3lock/PKGBUILD index 598c427f0..a480fb878 100644 --- a/community/i3lock/PKGBUILD +++ b/community/i3lock/PKGBUILD @@ -2,13 +2,13 @@ pkgname=i3lock pkgver=2.2 -pkgrel=1 +pkgrel=2 pkgdesc="An improved screenlocker based upon XCB and PAM" arch=('i686' 'x86_64') url="http://i3wm.org/i3lock/" license=('MIT') groups=("i3") -depends=('xcb-util' 'pam') +depends=('xcb-util' 'xcb-util-image' 'xcb-util-keysyms' 'pam') options=('docs') source=("http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2") md5sums=('6179a1611e333c8baf54093b57d50687') |