summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63fe623d859d..631956c816e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: gavin lyons <glyons66@hotmail.com>
# https://github.com/gavinlyonsrepo/raspberrypi_tempmon
pkgname=rpi_tempmon
-pkgver=2.0
-pkgrel=1
+pkgver=2.1
+pkgrel=2
pkgdesc="Raspberry pi, CPU GPU temperature monitor with various functions, python 3"
depends=()
arch=('any')
url="https://github.com/gavinlyonsrepo/raspberrypi_tempmon"
license=('GPL')
-optdepends=('ssmtp' 'python-matplotlib')
+optdepends=('ssmtp' 'python-matplotlib' 'libnotify' 'sysbench' 'python-psutil')
source=("https://github.com/gavinlyonsrepo/raspberrypi_tempmon/archive/$pkgver.tar.gz")
-md5sums=('2c1dd48352a517c0f47144822106fdf8')
+md5sums=('95b60f4e7f0fe19e0b3c6bd094702f92')
package() {
cd "$srcdir/raspberrypi_tempmon-${pkgver}"