summarylogtreecommitdiffstats
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
parent1a4b1c49221b5103b8adc8ec9654eaeadff61307 (diff)
downloadaur-brillo.tar.gz
Update to v1.4.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6742f0acdc8..55b6fa558997 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = brillo
pkgdesc = Control the brightness of backlight and keyboard LED devices
- pkgver = 1.4.11
- pkgrel = 2
+ pkgver = 1.4.12
+ pkgrel = 1
url = https://gitlab.com/cameronnemo/brillo
arch = i686
arch = x86_64
license = GPL3
makedepends = go-md2man
depends = gcc-libs
- source = brillo-1.4.11.tar.gz::https://gitlab.com/cameronnemo/brillo/-/archive/v1.4.11/brillo-v1.4.11.tar.gz
- sha256sums = 74c155e0435c148eb9c0b08a4d2dfcac8f7e33fc22dd1fde7275099b8e93f428
+ source = brillo-1.4.12.tar.gz::https://gitlab.com/cameronnemo/brillo/-/archive/v1.4.12/brillo-v1.4.12.tar.gz
+ sha256sums = 5002e5f4a68f7d8df6ce0c1b41f84e4bc4da3e968c488282289aed1364c4a951
pkgname = brillo
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}"