diff options
author | Alexander Pohl | 2022-12-29 16:17:04 +0100 |
---|---|---|
committer | Alexander Pohl | 2022-12-29 16:17:04 +0100 |
commit | 590d28fc22407e365cb68b27676f128e74243351 (patch) | |
tree | 9be7f8e6b7ae467bdbf58caf218f5853c7482e47 | |
parent | e59025d60d75d8b51b72574ed91b393fce4189bf (diff) | |
download | aur-590d28fc22407e365cb68b27676f128e74243351.tar.gz |
upload new version to aur
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,7 +1,7 @@ pkgbase = gasmeter pkgdesc = Analog gasmeter readout with an IR dongle - pkgver = 0.5.1 - pkgrel = 2 + pkgver = 0.5.2 + pkgrel = 1 url = https://github.com/ahpohl/gasmeter arch = i686 arch = x86_64 @@ -18,7 +18,7 @@ pkgbase = gasmeter optdepends = grafana-bin optdepends = avrdude backup = etc/gasmeter.conf - source = gasmeter-0.5.1::git+https://github.com/ahpohl/gasmeter.git#tag=v0.5.1 + source = gasmeter-0.5.2::git+https://github.com/ahpohl/gasmeter.git#tag=v0.5.2 source = sysusers_gasmeter.conf source = gasmeter.service sha256sums = SKIP @@ -1,7 +1,7 @@ # Maintainer: Alexander Pohl <alex at ahpohl dot com> pkgname=gasmeter -pkgver=0.5.1 -pkgrel=2 +pkgver=0.5.2 +pkgrel=1 epoch= pkgdesc="Analog gasmeter readout with an IR dongle" arch=('i686' 'x86_64' 'armv7h' 'aarch64') |