summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAgustín Cisneros2022-06-24 21:42:46 +0200
committerAgustín Cisneros2022-06-24 21:42:46 +0200
commita71241ed41193955b4b338d49c9ebff42aaa1839 (patch)
treedbb295c00ba1be94267e1d4b7574610e52baffa5
parent213cf64792a5e387f5b3c4a7733e96d4291f2294 (diff)
downloadaur-a71241ed41193955b4b338d49c9ebff42aaa1839.tar.gz
Add missing required dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c54b29dac92b..b6d2f107e52d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = brillo
pkgdesc = Control the brightness of backlight and keyboard LED devices
pkgver = 1.4.10
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/cameronnemo/brillo
arch = i686
arch = x86_64
license = GPL3
makedepends = go-md2man
+ depends = gcc-libs
source = brillo-1.4.10.tar.gz::https://gitlab.com/cameronnemo/brillo/-/archive/v1.4.10/brillo-v1.4.10.tar.gz
sha256sums = 33eac5dde827fd1e293f6b9c8e0bdd3e5d90f9d7868cdc75f8be8ae4a43e4529
diff --git a/PKGBUILD b/PKGBUILD
index 668c0d09cf04..5baeaecdfd7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,14 @@
# Maintainer: Agustin Cisneros <agustincc@tutanota.com>
# Contributor: Cameron Nemo <camerontnorman@gmail.com>
+
pkgname=brillo
pkgver=1.4.10
-pkgrel=1
+pkgrel=2
pkgdesc='Control the brightness of backlight and keyboard LED devices'
arch=('i686' 'x86_64')
url="https://gitlab.com/cameronnemo/brillo"
license=('GPL3')
+depends=('gcc-libs')
makedepends=('go-md2man')
source=("${pkgname}-${pkgver}.tar.gz::${url}/-/archive/v${pkgver}/brillo-v${pkgver}.tar.gz")
sha256sums=('33eac5dde827fd1e293f6b9c8e0bdd3e5d90f9d7868cdc75f8be8ae4a43e4529')