mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-24 23:47:20 +00:00
Fix optdep
This commit is contained in:
parent
3db0f5f126
commit
013cf8d335
6
PKGBUILD
6
PKGBUILD
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user