[arch-commits] Commit in i3lock/trunk (PKGBUILD)

Thorsten Töpper ttoepper at nymeria.archlinux.org
Mon Jan 28 15:23:16 UTC 2013


    Date: Monday, January 28, 2013 @ 16:23:15
  Author: ttoepper
Revision: 83236

upgpkg: i3lock 2.4.1-2 - FS#31544

Modified:
  i3lock/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-28 14:43:38 UTC (rev 83235)
+++ PKGBUILD	2013-01-28 15:23:15 UTC (rev 83236)
@@ -3,7 +3,7 @@
 
 pkgname=i3lock
 pkgver=2.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An improved screenlocker based upon XCB and PAM"
 arch=('i686' 'x86_64')
 url="http://i3wm.org/i3lock/"
@@ -17,6 +17,10 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  # Fix ticket FS#31544, sed line taken from gentoo
+  sed -i -e 's:login:system-auth:' i3lock.pam
+
   make
   gzip i3lock.1
 }




More information about the arch-commits mailing list