summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin lyons2018-04-23 02:15:39 +0100
committerGavin lyons2018-04-23 02:15:39 +0100
commitc7ad2a42b7085d9a8ace4eba0ea10190a497cd5c (patch)
tree356f70e758f69effc5aafcaaa53062d8daf83d45
parentdd1df304ae089f859797bb317cc7bb825f91fd6e (diff)
downloadaur-c7ad2a42b7085d9a8ace4eba0ea10190a497cd5c.tar.gz
version 2.1-2
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9caf91fe5d0d..70cb08f1c086 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,17 @@
pkgbase = rpi_tempmon
pkgdesc = Raspberry pi, CPU GPU temperature monitor with various functions, python 3
- pkgver = 2.0
- pkgrel = 1
+ pkgver = 2.1
+ pkgrel = 2
url = https://github.com/gavinlyonsrepo/raspberrypi_tempmon
arch = any
license = GPL
optdepends = ssmtp
optdepends = python-matplotlib
- source = https://github.com/gavinlyonsrepo/raspberrypi_tempmon/archive/2.0.tar.gz
- md5sums = 2c1dd48352a517c0f47144822106fdf8
+ optdepends = libnotify
+ optdepends = sysbench
+ optdepends = python-psutil
+ source = https://github.com/gavinlyonsrepo/raspberrypi_tempmon/archive/2.1.tar.gz
+ md5sums = 95b60f4e7f0fe19e0b3c6bd094702f92
pkgname = rpi_tempmon
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}"