summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCameron Nemo2019-03-31 11:06:53 -0700
committerCameron Nemo2019-03-31 11:06:53 -0700
commit5e88d5d31a8622e04eb1f7f72d9304243b2b03f5 (patch)
tree6bf6fae1b98db1cd915661ba48962ff0f3197276
parentf10c9a04519aace1599caf4436f5e3a1092b340a (diff)
downloadaur-5e88d5d31a8622e04eb1f7f72d9304243b2b03f5.tar.gz
Update to 1.4.4
Signed-off-by: Cameron Nemo <camerontnorman@gmail.com>
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0749a055ae6c..5dab34fe61f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = brillo
pkgdesc = Control the brightness of backlight and keyboard LED devices
- pkgver = 1.4.3
+ pkgver = 1.4.4
pkgrel = 1
url = https://gitlab.com/cameronnemo/brillo
arch = i686
arch = x86_64
license = GPL3
+ makedepends = make
makedepends = go-md2man
- source = brillo-1.4.3.tar.gz::https://gitlab.com/cameronnemo/brillo/-/archive/v1.4.3/brillo-v1.4.3.tar.gz
- sha256sums = 367ece2beb5d7980e139512f24c6134e8a5f4f86dcf8a0d9a494fa0a18dc6c8c
+ source = brillo-1.4.4.tar.gz::https://gitlab.com/cameronnemo/brillo/-/archive/v1.4.4/brillo-v1.4.4.tar.gz
+ sha256sums = 4d16f8642dd2ffdf78e9862b943479f8946a43523cd0719a724990c2e89b9c5c
pkgname = brillo
diff --git a/PKGBUILD b/PKGBUILD
index eb3a96524c9a..3b1ebce058a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Cameron Nemo <camerontnorman@gmail.com>
pkgname=brillo
-pkgver=1.4.3
+pkgver=1.4.4
pkgrel=1
pkgdesc='Control the brightness of backlight and keyboard LED devices'
arch=('i686' 'x86_64')
url="https://gitlab.com/cameronnemo/brillo"
license=('GPL3')
-makedepends=('go-md2man')
+makedepends=('make' 'go-md2man')
source=("${pkgname}-${pkgver}.tar.gz::${url}/-/archive/v${pkgver}/brillo-v${pkgver}.tar.gz")
-sha256sums=('367ece2beb5d7980e139512f24c6134e8a5f4f86dcf8a0d9a494fa0a18dc6c8c')
+sha256sums=('4d16f8642dd2ffdf78e9862b943479f8946a43523cd0719a724990c2e89b9c5c')
build() {
cd "${srcdir}/brillo-v${pkgver}"