summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da917630ccae..2c53b1afdbcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Karl Tarbe <karulont@gmail.com>
pkgname=i3lock-blur
-pkgver=2.7.2
+pkgver=2.9
pkgrel=1
pkgdesc="An improved screenlocker based upon XCB and PAM with background blurring filter"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="http://github.com/karulont/i3lock-blur/"
license=('MIT')
provides=('i3lock')
conflicts=('i3lock')
-depends=('xcb-util-image' 'libev' 'cairo' 'libxkbcommon-x11')
+depends=('xcb-util-image' 'libev' 'cairo' 'libxkbcommon-x11' 'pam')
options=('docs')
backup=("etc/pam.d/i3lock")
source=("git+https://github.com/karulont/$pkgname/#tag=$pkgver")