summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAgustín Cisneros2022-12-20 14:48:44 +0100
committerAgustín Cisneros2022-12-20 14:48:44 +0100
commit65a78ecc499e1b2eb9c1bdb23de7e91429da4c89 (patch)
tree026fe6127e62376d046dac7afb5a15e3b753ca4d /PKGBUILD
parent1a4b1c49221b5103b8adc8ec9654eaeadff61307 (diff)
downloadaur-brillo.tar.gz
Update to v1.4.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23760332a279..ca27a121a3b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Cameron Nemo <cam@nohom.org>
pkgname=brillo
-pkgver=1.4.11
-pkgrel=2
+pkgver=1.4.12
+pkgrel=1
pkgdesc='Control the brightness of backlight and keyboard LED devices'
arch=('i686' 'x86_64')
url="https://gitlab.com/cameronnemo/brillo"
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('gcc-libs')
makedepends=('go-md2man')
source=("${pkgname}-${pkgver}.tar.gz::${url}/-/archive/v${pkgver}/brillo-v${pkgver}.tar.gz")
-sha256sums=('74c155e0435c148eb9c0b08a4d2dfcac8f7e33fc22dd1fde7275099b8e93f428')
+sha256sums=('5002e5f4a68f7d8df6ce0c1b41f84e4bc4da3e968c488282289aed1364c4a951')
build() {
cd "${srcdir}/brillo-v${pkgver}"