summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxduugu2017-04-16 13:39:44 +0200
committerxduugu2017-04-16 13:39:44 +0200
commit65af0c93fbe5379191ca76b4614fb3d8d4ed643c (patch)
tree3c400417a8e300ddc4285242920d7d980c8deff0 /PKGBUILD
parent6153cfd54dd51ff488208d34d3693aa1c5c9c74e (diff)
downloadaur-65af0c93fbe5379191ca76b4614fb3d8d4ed643c.tar.gz
Add new dependencies yaml-cpp and boost
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca7f33a4a615..1fa13080a8d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Contributor: SSF <punx69 at gmx dot net>
pkgname=thinkfan-git
-pkgver=1.0_beta3.r5.3b4589c
+pkgver=1.0_beta3.r35.1aa6ea0
pkgrel=1
pkgdesc="The minimalist fan control program"
arch=('i686' 'x86_64')
url="https://github.com/vmatare/thinkfan/"
license=('GPL3')
-depends=('libatasmart')
-makedepends=('cmake' 'git')
+depends=('libatasmart' 'yaml-cpp')
+makedepends=('boost' 'cmake' 'git')
optdepends=('lm_sensors: hwmon support')
provides=("thinkfan=$pkgver")
conflicts=("thinkfan")