fix: remove char v from version

This commit is contained in:
Markus Pesch 2021-01-30 17:53:46 +01:00 committed by Markus Pesch
parent 59587d98c0
commit 62db86f96a
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
pkgbase = flucky
pkgdesc = A lightweight golang program to read values from different sensors
pkgver = v0.3.1
pkgrel = 1
pkgver = 0.3.1
pkgrel = 2
url = https://git.cryptic.systems/volker.raschek/flucky
arch = x86_64
arch = armv7h

View File

@ -1,14 +1,14 @@
# Maintainer: Markus Pesch <markus.pesch@cryptic.systems>
pkgname=flucky
pkgver=v0.3.1
pkgrel=1
pkgver=0.3.1
pkgrel=2
pkgdesc='A lightweight golang program to read values from different sensors'
arch=('x86_64' 'armv7h')
url=https://git.cryptic.systems/volker.raschek/flucky
license=('Apache 2.0')
makedepends=('git' 'go' 'make')
source=("https://git.cryptic.systems/volker.raschek/flucky/archive/${pkgver}.tar.gz")
source=("https://git.cryptic.systems/volker.raschek/flucky/archive/v${pkgver}.tar.gz")
sha512sums=('249ae31211156b2f7dd70f59d2c0c6c1762906e7d897cba4142567eb477cf7adc3076ee8c4a6500c077b9df63d9628e5763b014e523b5bccc7f6939ead299b1b')
build() {