summaryrefslogtreecommitdiff
path: root/community/i3lock
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-10 00:13:24 -0700
committerroot <root@rshg054.dnsready.net>2013-06-10 00:13:24 -0700
commit3f6e6048fea3b61c4d0b2c1e7385bc76882007a4 (patch)
treea5908cd9ffcf64cb46a2a661aff666dd4c9cccbf /community/i3lock
parent7b378b1b5b346bd49a5ab1652214fb34d03de3a9 (diff)
Mon Jun 10 00:13:23 PDT 2013
Diffstat (limited to 'community/i3lock')
-rw-r--r--community/i3lock/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/community/i3lock/PKGBUILD b/community/i3lock/PKGBUILD
index acf305455..946886a2c 100644
--- a/community/i3lock/PKGBUILD
+++ b/community/i3lock/PKGBUILD
@@ -1,19 +1,20 @@
-# $Id: PKGBUILD 83283 2013-01-28 17:56:05Z ttoepper $
+# $Id: PKGBUILD 92605 2013-06-09 19:07:52Z ttoepper $
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
pkgname=i3lock
-pkgver=2.4.1
-pkgrel=2
+pkgver=2.5
+pkgrel=1
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-image' 'xcb-util-keysyms' 'pam' 'libev' 'cairo')
+depends=('xcb-util-image' 'libev' 'cairo' 'libxkbcommon')
options=('docs')
backup=("etc/pam.d/i3lock")
-source=("http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2")
-md5sums=('fbc954133a6335be89e394d9ec85fcfd')
+source=("http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2"
+ "http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2.asc")
+md5sums=('a7d4f2519deb5a62acbc755b09b4faea' 'SKIP')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"