summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Di Pierro2018-12-15 20:10:02 +0100
committerFederico Di Pierro2018-12-15 20:10:02 +0100
commit3e91792ac1e9fb1addb88df3a3b6e8af254c3798 (patch)
tree724eb4fe09ee48db1dc6ea32c1877f7123820bbc
parent5390af1c5825004d68424dac34aa433be84467d3 (diff)
downloadaur-3e91792ac1e9fb1addb88df3a3b6e8af254c3798.tar.gz
Updated to new 3.1 tag.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c3e57275369..5038279818a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = clight
pkgdesc = A C daemon that turns your webcam into a light sensor. It can also change display gamma temperature, dim your screen and set your dpms.
pkgver = 3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/FedeDP/Clight
install = clight.install
arch = i686
@@ -20,7 +20,7 @@ pkgbase = clight
optdepends = bash-completion: to add support for bash automatic completion.
backup = etc/default/clight.conf
source = Clight-3.1.tar.gz::https://github.com/FedeDP/Clight/archive/3.1.tar.gz
- sha256sums = 24d95c1d812d7b9293e647ac00c1a0a62429b74d11d9a746865d52a2f0f7e7fc
+ sha256sums = 842e639b86f898da225104878543b97d2626a3326e663f84333d075f9e718b89
pkgname = clight
diff --git a/PKGBUILD b/PKGBUILD
index 0637889b1b5f..cf4944794ffe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=clight
_gitname=Clight
pkgver=3.1
-pkgrel=1
+pkgrel=2
pkgdesc="A C daemon that turns your webcam into a light sensor. It can also change display gamma temperature, dim your screen and set your dpms."
arch=('i686' 'x86_64')
url="https://github.com/FedeDP/${_gitname}"
@@ -16,7 +16,7 @@ optdepends=('geoclue2: to retrieve user location through geoclue2.'
'bash-completion: to add support for bash automatic completion.')
source=("${_gitname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
install=clight.install
-sha256sums=("24d95c1d812d7b9293e647ac00c1a0a62429b74d11d9a746865d52a2f0f7e7fc")
+sha256sums=("842e639b86f898da225104878543b97d2626a3326e663f84333d075f9e718b89")
prepare() {
cd "${srcdir}/${_gitname}-${pkgver}"