summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin lyons2017-08-14 17:40:31 +0100
committerGavin lyons2017-08-14 17:40:31 +0100
commite6b1829b2f71646d47aa3a5628c6d97c2d6eae05 (patch)
tree7774dc068b912a0f0bd568766c2168462f45573d
parentdc3d29bf03d68096900ddb781faf7a80466073f8 (diff)
downloadaur-e6b1829b2f71646d47aa3a5628c6d97c2d6eae05.tar.gz
version 1.3-4
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a477737dfdeb..53b974e052b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = rpi_tempmon
optdepends = ssmtp
optdepends = python-matplotlib
source = https://github.com/gavinlyonsrepo/raspberrypi_tempmon/archive/1.3.tar.gz
- md5sums = 7e41ee0d5a6beaad3ac2a5ddd5a6ec26
+ md5sums = 0b2b1e0f7e06d4e4aacb27255cf6a951
pkgname = rpi_tempmon
diff --git a/PKGBUILD b/PKGBUILD
index a36f6df0ee8b..bab688308f28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('GPL')
optdepends=('ssmtp' 'python-matplotlib')
source=("https://github.com/gavinlyonsrepo/raspberrypi_tempmon/archive/$pkgver.tar.gz")
-md5sums=('7e41ee0d5a6beaad3ac2a5ddd5a6ec26')
+md5sums=('0b2b1e0f7e06d4e4aacb27255cf6a951')
package() {
cd "$srcdir/raspberrypi_tempmon-${pkgver}"
install -D -m755 src/rpi_tempmon.sh "$pkgdir"/usr/bin/"${pkgname}"