fix: remove char v from version
This commit is contained in:
parent
59587d98c0
commit
62db86f96a
4
.SRCINFO
4
.SRCINFO
@ -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
|
||||
|
6
PKGBUILD
6
PKGBUILD
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user