summaryrefslogtreecommitdiff
path: root/community/i3lock
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-07 23:19:36 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-07 23:19:36 -0300
commita73dd5c830228a85fc975c4c4434b796e9e7858b (patch)
treea4b5b938456b2a4cc3045a8b8d4fd3117b9277db /community/i3lock
parent3b4c5929151db9bc1ea2e2e4f4ad22fed88a1a34 (diff)
parent37e364f033ed6db243d6db524075d8c5394c90f9 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/gnustep-make/PKGBUILD extra/foomatic/PKGBUILD extra/gnutls/PKGBUILD libre/gstreamer0.10-bad-libre/PKGBUILD multilib/lib32-gnutls/PKGBUILD staging/libreoffice/PKGBUILD testing/udev/PKGBUILD
Diffstat (limited to 'community/i3lock')
-rw-r--r--community/i3lock/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/i3lock/PKGBUILD b/community/i3lock/PKGBUILD
index 593c314cc..761ace052 100644
--- a/community/i3lock/PKGBUILD
+++ b/community/i3lock/PKGBUILD
@@ -1,17 +1,18 @@
+# $Id: PKGBUILD 68957 2012-04-06 14:24:01Z ttopper $
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
pkgname=i3lock
-pkgver=2.2
-pkgrel=2
+pkgver=2.4
+pkgrel=1
pkgdesc="An improved screenlocker based upon XCB and PAM"
arch=('i686' 'x86_64' 'mips64el')
url="http://i3wm.org/i3lock/"
license=('MIT')
groups=("i3")
-depends=('xcb-util' 'xcb-util-image' 'xcb-util-keysyms' 'pam')
+depends=('xcb-util-image' 'xcb-util-keysyms' 'pam' 'libev' 'libx11')
options=('docs')
source=("http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2")
-md5sums=('6179a1611e333c8baf54093b57d50687')
+md5sums=('728e2654d886ef97449708f0135e9fa5')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"