fix: upgrade to version v0.2.1-3

This commit is contained in:
Markus Pesch 2020-08-19 20:23:50 +02:00
parent 7724f08b45
commit 51e052a001
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 5 additions and 4 deletions

View File

@ -1,9 +1,10 @@
pkgbase = flucky pkgbase = flucky
pkgdesc = A lightweight golang program to read values from different sensors pkgdesc = A lightweight golang program to read values from different sensors
pkgver = v0.2.1 pkgver = v0.2.1
pkgrel = 2 pkgrel = 3
url = https://git.cryptic.systems/volker.raschek/flucky url = https://git.cryptic.systems/volker.raschek/flucky
arch = any arch = x86_64
arch = armv7h
license = Apache 2.0 license = Apache 2.0
makedepends = git makedepends = git
makedepends = go makedepends = go

View File

@ -2,9 +2,9 @@
pkgname=flucky pkgname=flucky
pkgver=v0.2.1 pkgver=v0.2.1
pkgrel=2 pkgrel=3
pkgdesc='A lightweight golang program to read values from different sensors' pkgdesc='A lightweight golang program to read values from different sensors'
arch=('any') arch=('x86_64' 'armv7h')
url=https://git.cryptic.systems/volker.raschek/flucky url=https://git.cryptic.systems/volker.raschek/flucky
license=('Apache 2.0') license=('Apache 2.0')
makedepends=('git' 'go' 'make') makedepends=('git' 'go' 'make')