diff options
Diffstat (limited to 'community/i3lock/PKGBUILD')
-rw-r--r-- | community/i3lock/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/i3lock/PKGBUILD b/community/i3lock/PKGBUILD index ed56a3f02..abbd94ea6 100644 --- a/community/i3lock/PKGBUILD +++ b/community/i3lock/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 93991 2013-07-12 19:24:57Z ttoepper $ +# $Id: PKGBUILD 116017 2014-07-20 07:10:22Z ttoepper $ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> pkgname=i3lock -pkgver=2.5 -pkgrel=2 +pkgver=2.6 +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' 'libev' 'cairo' 'libxkbcommon' 'libxkbfile' 'xorg-xkbcomp') +depends=('xcb-util-image' 'libev' 'cairo' 'libxkbcommon-x11') options=('docs') backup=("etc/pam.d/i3lock") source=("http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2" "http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2.asc") -md5sums=('a7d4f2519deb5a62acbc755b09b4faea' 'SKIP') +md5sums=('46870f347f474a894ec8044717b4d925' 'SKIP') build() { cd "${srcdir}/${pkgname}-${pkgver}" |