summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Di Pierro2017-05-13 11:00:30 +0200
committerFederico Di Pierro2017-05-13 11:00:30 +0200
commit0b84071f838930ca3568113a854e6048420bb17d (patch)
tree43818632395b2652093b38b428d21beb5b5c82cb
parentcc51379fdb409e48032f66d0b1bd7e1211dbb1e9 (diff)
downloadaur-0b84071f838930ca3568113a854e6048420bb17d.tar.gz
Updated with new gsl dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4f8bcfeba03..11451c72970c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = clight-git
depends = libxcb
depends = popt
depends = libconfig
+ depends = gsl
depends = clightd-git
optdepends = geoclue2: to retrieve user location through geoclue2.
optdepends = upower: to save energy by increasing timeouts between captures while on battery.
diff --git a/PKGBUILD b/PKGBUILD
index 14288d142566..6c27e9297fc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://github.com/FedeDP/${_gitname}"
license=('GPL')
backup=(etc/default/clight.conf)
-depends=('systemd' 'libxcb' 'popt' 'libconfig' 'clightd-git')
+depends=('systemd' 'libxcb' 'popt' 'libconfig' 'gsl' 'clightd-git')
makedepends=('git')
optdepends=('geoclue2: to retrieve user location through geoclue2.'
'upower: to save energy by increasing timeouts between captures while on battery.')