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

Maxim Baz maximbaz at archlinux.org
Sun Sep 1 10:16:53 UTC 2019


    Date: Sunday, September 1, 2019 @ 10:16:52
  Author: maximbaz
Revision: 505992

Fix FS#63493, requires user to be part of 'video' group

Modified:
  light/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-01 10:13:41 UTC (rev 505991)
+++ PKGBUILD	2019-09-01 10:16:52 UTC (rev 505992)
@@ -4,7 +4,7 @@
 
 pkgname=light
 pkgver=1.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Program to easily change brightness on backlight-controllers.'
 arch=('x86_64')
 url='https://github.com/haikarainen/light'
@@ -16,13 +16,13 @@
 build() {
     cd "${pkgname}-${pkgver}"
     ./autogen.sh
-    ./configure --prefix=/usr
+    ./configure --prefix=/usr --with-udev
     make
 }
 
 package() {
     cd "${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}/" PREFIX=/usr install
+    make DESTDIR="${pkgdir}" PREFIX=/usr install
 }
 
 # vim:set ts=4 sw=4 et:



More information about the arch-commits mailing list