summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCameron Nemo2018-12-06 10:37:11 -0800
committerCameron Nemo2018-12-06 10:37:11 -0800
commitf10c9a04519aace1599caf4436f5e3a1092b340a (patch)
tree8f7c2f067f8afff77f046e03ab0f9b0fc1ad5c49
parentc87dcf73b6cf1af741654d938cbb09576baa0218 (diff)
downloadaur-f10c9a04519aace1599caf4436f5e3a1092b340a.tar.gz
brillo: update to 1.4.3.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 730a9eb017de..0749a055ae6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = brillo
pkgdesc = Control the brightness of backlight and keyboard LED devices
- pkgver = 1.4.2
+ pkgver = 1.4.3
pkgrel = 1
url = https://gitlab.com/cameronnemo/brillo
arch = i686
arch = x86_64
license = GPL3
makedepends = go-md2man
- source = brillo-1.4.2.tar.gz::https://gitlab.com/cameronnemo/brillo/-/archive/v1.4.2/brillo-v1.4.2.tar.gz
- sha256sums = 5e1d8a8087563e13da2331a2e8b9643c6d1c07e7d44525b226e0528887678b03
+ source = brillo-1.4.3.tar.gz::https://gitlab.com/cameronnemo/brillo/-/archive/v1.4.3/brillo-v1.4.3.tar.gz
+ sha256sums = 367ece2beb5d7980e139512f24c6134e8a5f4f86dcf8a0d9a494fa0a18dc6c8c
pkgname = brillo
diff --git a/PKGBUILD b/PKGBUILD
index 4804c9125e19..eb3a96524c9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Cameron Nemo <camerontnorman@gmail.com>
pkgname=brillo
-pkgver=1.4.2
+pkgver=1.4.3
pkgrel=1
pkgdesc='Control the brightness of backlight and keyboard LED devices'
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ url="https://gitlab.com/cameronnemo/brillo"
license=('GPL3')
makedepends=('go-md2man')
source=("${pkgname}-${pkgver}.tar.gz::${url}/-/archive/v${pkgver}/brillo-v${pkgver}.tar.gz")
-sha256sums=('5e1d8a8087563e13da2331a2e8b9643c6d1c07e7d44525b226e0528887678b03')
+sha256sums=('367ece2beb5d7980e139512f24c6134e8a5f4f86dcf8a0d9a494fa0a18dc6c8c')
build() {
cd "${srcdir}/brillo-v${pkgver}"