Fix optdep

This commit is contained in:
arcan1s 2013-09-29 00:54:22 +04:00
parent 3db0f5f126
commit 013cf8d335

View File

@ -12,9 +12,9 @@ arch=('i686' 'x86_64')
url="https://github.com/arcan1s/pytextmonitor" url="https://github.com/arcan1s/pytextmonitor"
license=('GPL') license=('GPL')
depends=('kdebase-workspace' 'kdebindings-python2' 'lm_sensors' 'net-tools') depends=('kdebase-workspace' 'kdebindings-python2' 'lm_sensors' 'net-tools')
optdepends=('hddtemp: for HDD temperature monitor' optdepends=("hddtemp: for HDD temperature monitor"
'775bc3a6057f2dc1696f09b8d315a3e9' "catalyst: for GPU monitor"
'775bc3a6057f2dc1696f09b8d315a3e9') "nvidia-utils: for GPU monitor")
makedepends=('automoc4' 'cmake') makedepends=('automoc4' 'cmake')
source=(https://github.com/arcan1s/pytextmonitor/releases/download/V.${pkgver}/${_pkgname}-${pkgver}.plasmoid source=(https://github.com/arcan1s/pytextmonitor/releases/download/V.${pkgver}/${_pkgname}-${pkgver}.plasmoid
https://github.com/arcan1s/pytextmonitor/releases/download/V.${pkgver}/${_dtengine}-${_dtver}.zip) https://github.com/arcan1s/pytextmonitor/releases/download/V.${pkgver}/${_dtengine}-${_dtver}.zip)