summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Pohl2021-03-13 13:30:18 +0100
committerAlexander Pohl2021-03-13 13:30:18 +0100
commit35220dd0692bb9c0d3870bf169e28193dc0827d3 (patch)
tree768bc0f7b530b8a6a6a17c68b8b18a9d5fecf5cf
parentf19f3e43b5a352c7fdd70b3c7b6bf289ffb97471 (diff)
downloadaur-35220dd0692bb9c0d3870bf169e28193dc0827d3.tar.gz
upload new version to aur
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a2e53ea01fa..e3994963c01a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = smartmeter
pkgdesc = Read energy utility meter with IR dongle
- pkgver = 0.2.6
+ pkgver = 0.2.8
pkgrel = 1
url = https://github.com/ahpohl/smartmeter
arch = i686
@@ -9,8 +9,11 @@ pkgbase = smartmeter
arch = aarch64
license = MIT
depends = mosquitto
+ optdepends = nodejs-node-red
+ optdepends = influxdb
+ optdepends = grafana-bin
backup = etc/smartmeter.conf
- source = smartmeter-0.2.6::git+https://github.com/ahpohl/smartmeter.git#tag=v0.2.6
+ source = smartmeter-0.2.8::git+https://github.com/ahpohl/smartmeter.git#tag=v0.2.8
sha256sums = SKIP
pkgname = smartmeter
diff --git a/PKGBUILD b/PKGBUILD
index cd5ca6fa1a9f..22fcea910749 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexander Pohl <alex at ahpohl dot com>
pkgname=smartmeter
-pkgver=0.2.6
+pkgver=0.2.8
pkgrel=1
epoch=
pkgdesc="Read energy utility meter with IR dongle"
@@ -11,7 +11,7 @@ groups=()
depends=('mosquitto')
makedepends=()
checkdepends=()
-optdepends=()
+optdepends=('nodejs-node-red' 'influxdb' 'grafana-bin')
provides=()
conflicts=()
replaces=()