summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin lyons2018-03-26 01:23:20 +0100
committerGavin lyons2018-03-26 01:23:20 +0100
commit39175213c059a3155779d9dd144b0dddee26e2b7 (patch)
treedb6a8b15bf03c1df5d66947a468259b5ccd7f87e
parentcfa8fa963d3a8716e945cc61c4c543a43282bd96 (diff)
downloadaur-39175213c059a3155779d9dd144b0dddee26e2b7.tar.gz
version 1.5-6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5acb2ca27c7..9fba5b39bd1e 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.4
- pkgrel = 5
+ pkgver = 1.5
+ pkgrel = 6
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.4.tar.gz
- md5sums = 9189f1fa7e7d235cb83c0af0d957c202
+ source = https://github.com/gavinlyonsrepo/raspberrypi_tempmon/archive/1.5.tar.gz
+ md5sums = 05a5b33da933806f40e790a111dca377
pkgname = rpi_tempmon
diff --git a/PKGBUILD b/PKGBUILD
index 1731be3c6172..d1ff1bf241cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: gavin lyons <glyons66@hotmail.com>
# https://github.com/gavinlyonsrepo/raspberrypi_tempmon
pkgname=rpi_tempmon
-pkgver=1.4
-pkgrel=5
+pkgver=1.5
+pkgrel=6
pkgdesc="Raspberry pi ARM, CPU GPU temperature monitor with various functions, python 3"
depends=()
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL')
optdepends=('ssmtp' 'python-matplotlib')
source=("https://github.com/gavinlyonsrepo/raspberrypi_tempmon/archive/$pkgver.tar.gz")
-md5sums=('9189f1fa7e7d235cb83c0af0d957c202')
+md5sums=('05a5b33da933806f40e790a111dca377')
package() {
cd "$srcdir/raspberrypi_tempmon-${pkgver}"
@@ -19,6 +19,5 @@ package() {
#readme
install -D -m644 README.md "$pkgdir/usr/share/doc/${pkgname}/Readme.md"
-
}