summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b799f7a959ac..c77540a49b48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = smartmeter
pkgdesc = Read energy utility meter with IR dongle
- pkgver = 0.3.6
+ pkgver = 0.3.7
pkgrel = 1
url = https://github.com/ahpohl/smartmeter
arch = i686
@@ -14,8 +14,9 @@ pkgbase = smartmeter
optdepends = timescaledb
optdepends = pg_cron
optdepends = grafana-bin
+ options = !strip
backup = etc/smartmeter.conf
- source = smartmeter-0.3.6::git+https://github.com/ahpohl/smartmeter.git#tag=v0.3.6
+ source = smartmeter-0.3.7::git+https://github.com/ahpohl/smartmeter.git#tag=v0.3.7
source = sysusers_smartmeter.conf
source = smartmeter.service
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 134d01ee68aa..06a7ee5fbe8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexander Pohl <alex at ahpohl dot com>
pkgname=smartmeter
-pkgver=0.3.6
+pkgver=0.3.7
pkgrel=1
epoch=
pkgdesc="Read energy utility meter with IR dongle"
@@ -16,7 +16,7 @@ provides=()
conflicts=()
replaces=()
backup=('etc/smartmeter.conf')
-options=()
+options=(!strip)
install=
changelog=
source=("$pkgname-$pkgver::git+https://github.com/ahpohl/smartmeter.git#tag=v${pkgver}"