summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5d718299aae..ee565242201f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = light-git
pkgdesc = Program to easily change brightness on backlight-controllers.
- pkgver = 1.1.2.r67.g1be06a4
+ pkgver = 1.2.2.r2.g33f2316
pkgrel = 1
url = https://github.com/haikarainen/light
arch = i686
arch = x86_64
license = GPL3
makedepends = git
+ makedepends = autoconf
+ makedepends = automake
provides = light
conflicts = light
source = git+https://github.com/haikarainen/light.git
diff --git a/PKGBUILD b/PKGBUILD
index 2f5b77850d70..fb5d46be443c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Fredrik Haikarainen <fredrik.haikarainen@gmail.com>
pkgname=light-git
-pkgver=1.1.2.r67.g1be06a4
+pkgver=1.2.2.r2.g33f2316
pkgrel=1
pkgdesc='Program to easily change brightness on backlight-controllers.'
arch=('i686' 'x86_64')
url="https://github.com/haikarainen/light"
license=('GPL3')
-makedepends=('git')
+makedepends=(git autoconf automake)
conflicts=('light')
provides=('light')
source=('git+https://github.com/haikarainen/light.git')