summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin lyons2018-04-04 22:06:04 +0100
committerGavin lyons2018-04-04 22:06:04 +0100
commitdd1df304ae089f859797bb317cc7bb825f91fd6e (patch)
tree57a199cbe56f1df33392ae24a69d5d58bec76e05
parent39175213c059a3155779d9dd144b0dddee26e2b7 (diff)
downloadaur-dd1df304ae089f859797bb317cc7bb825f91fd6e.tar.gz
version 2.0-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fba5b39bd1e..9caf91fe5d0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = rpi_tempmon
- pkgdesc = Raspberry pi ARM, CPU GPU temperature monitor with various functions, python 3
- pkgver = 1.5
- pkgrel = 6
+ pkgdesc = Raspberry pi, CPU GPU temperature monitor with various functions, python 3
+ pkgver = 2.0
+ pkgrel = 1
url = https://github.com/gavinlyonsrepo/raspberrypi_tempmon
arch = any
license = GPL
optdepends = ssmtp
optdepends = python-matplotlib
- source = https://github.com/gavinlyonsrepo/raspberrypi_tempmon/archive/1.5.tar.gz
- md5sums = 05a5b33da933806f40e790a111dca377
+ source = https://github.com/gavinlyonsrepo/raspberrypi_tempmon/archive/2.0.tar.gz
+ md5sums = 2c1dd48352a517c0f47144822106fdf8
pkgname = rpi_tempmon
diff --git a/PKGBUILD b/PKGBUILD
index d1ff1bf241cb..63fe623d859d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: gavin lyons <glyons66@hotmail.com>
# https://github.com/gavinlyonsrepo/raspberrypi_tempmon
pkgname=rpi_tempmon
-pkgver=1.5
-pkgrel=6
-pkgdesc="Raspberry pi ARM, CPU GPU temperature monitor with various functions, python 3"
+pkgver=2.0
+pkgrel=1
+pkgdesc="Raspberry pi, CPU GPU temperature monitor with various functions, python 3"
depends=()
arch=('any')
url="https://github.com/gavinlyonsrepo/raspberrypi_tempmon"
@@ -11,7 +11,7 @@ license=('GPL')
optdepends=('ssmtp' 'python-matplotlib')
source=("https://github.com/gavinlyonsrepo/raspberrypi_tempmon/archive/$pkgver.tar.gz")
-md5sums=('05a5b33da933806f40e790a111dca377')
+md5sums=('2c1dd48352a517c0f47144822106fdf8')
package() {
cd "$srcdir/raspberrypi_tempmon-${pkgver}"