summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAgustín Cisneros2022-02-21 11:28:29 +0100
committerAgustín Cisneros2022-02-21 11:28:29 +0100
commit213cf64792a5e387f5b3c4a7733e96d4291f2294 (patch)
tree8bf26f4128af2f9fa74a391ae512e69ccbae36a8
parent80bec29fc1101e8fa15df797d46467e39bc33dc8 (diff)
downloadaur-213cf64792a5e387f5b3c4a7733e96d4291f2294.tar.gz
Update to v1.4.10
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD9
3 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 165f3561621f..c54b29dac92b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
pkgbase = brillo
pkgdesc = Control the brightness of backlight and keyboard LED devices
- pkgver = 1.4.9
+ pkgver = 1.4.10
pkgrel = 1
url = https://gitlab.com/cameronnemo/brillo
arch = i686
arch = x86_64
license = GPL3
- makedepends = make
makedepends = go-md2man
- source = brillo-1.4.9.tar.gz::https://gitlab.com/cameronnemo/brillo/-/archive/v1.4.9/brillo-v1.4.9.tar.gz
- sha256sums = 354f3a4e2c3b755d3683614afff0fb654944ba568aba87b90508d27609802658
+ source = brillo-1.4.10.tar.gz::https://gitlab.com/cameronnemo/brillo/-/archive/v1.4.10/brillo-v1.4.10.tar.gz
+ sha256sums = 33eac5dde827fd1e293f6b9c8e0bdd3e5d90f9d7868cdc75f8be8ae4a43e4529
pkgname = brillo
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..018a3de08144
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!PKGBUILD
+!.SRCINFO
+!.gitignore
diff --git a/PKGBUILD b/PKGBUILD
index 24df972f9fab..668c0d09cf04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
-# Maintainer: Cameron Nemo <camerontnorman@gmail.com>
+# Maintainer: Agustin Cisneros <agustincc@tutanota.com>
+# Contributor: Cameron Nemo <camerontnorman@gmail.com>
pkgname=brillo
-pkgver=1.4.9
+pkgver=1.4.10
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=('make' 'go-md2man')
+makedepends=('go-md2man')
source=("${pkgname}-${pkgver}.tar.gz::${url}/-/archive/v${pkgver}/brillo-v${pkgver}.tar.gz")
-sha256sums=('354f3a4e2c3b755d3683614afff0fb654944ba568aba87b90508d27609802658')
+sha256sums=('33eac5dde827fd1e293f6b9c8e0bdd3e5d90f9d7868cdc75f8be8ae4a43e4529')
build() {
cd "${srcdir}/brillo-v${pkgver}"