fix: upgrade to version v0.3.0
This commit is contained in:
parent
51e052a001
commit
45c1131813
8
.SRCINFO
8
.SRCINFO
@ -1,7 +1,7 @@
|
|||||||
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.3.0
|
||||||
pkgrel = 3
|
pkgrel = 1
|
||||||
url = https://git.cryptic.systems/volker.raschek/flucky
|
url = https://git.cryptic.systems/volker.raschek/flucky
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = armv7h
|
arch = armv7h
|
||||||
@ -9,8 +9,8 @@ pkgbase = flucky
|
|||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = go
|
makedepends = go
|
||||||
makedepends = make
|
makedepends = make
|
||||||
source = https://git.cryptic.systems/volker.raschek/flucky/archive/v0.2.1.tar.gz
|
source = https://git.cryptic.systems/volker.raschek/flucky/archive/v0.3.0.tar.gz
|
||||||
sha512sums = 160e3cba23ebd16305f4d9ddfc53aaad86a76d7830113e3d0b988850d42caa3b947aa38e5444b980ac814a726f99b2b5b48289636d5ec903d085dbba5ba07075
|
sha512sums = e2e689e757b82cc3584fbb68d018d6179c4395d25b2abdb82eb9ef240531dc4e3a417c6649085ced47ea343c7c989211653ca6e1a7007b417cd07984697cb5c4
|
||||||
|
|
||||||
pkgname = flucky
|
pkgname = flucky
|
||||||
|
|
||||||
|
6
PKGBUILD
6
PKGBUILD
@ -1,15 +1,15 @@
|
|||||||
# Maintainer: Markus Pesch <markus.pesch@cryptic.systems>
|
# Maintainer: Markus Pesch <markus.pesch@cryptic.systems>
|
||||||
|
|
||||||
pkgname=flucky
|
pkgname=flucky
|
||||||
pkgver=v0.2.1
|
pkgver=v0.3.0
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
pkgdesc='A lightweight golang program to read values from different sensors'
|
pkgdesc='A lightweight golang program to read values from different sensors'
|
||||||
arch=('x86_64' 'armv7h')
|
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')
|
||||||
source=("https://git.cryptic.systems/volker.raschek/flucky/archive/${pkgver}.tar.gz")
|
source=("https://git.cryptic.systems/volker.raschek/flucky/archive/${pkgver}.tar.gz")
|
||||||
sha512sums=('160e3cba23ebd16305f4d9ddfc53aaad86a76d7830113e3d0b988850d42caa3b947aa38e5444b980ac814a726f99b2b5b48289636d5ec903d085dbba5ba07075')
|
sha512sums=('e2e689e757b82cc3584fbb68d018d6179c4395d25b2abdb82eb9ef240531dc4e3a417c6649085ced47ea343c7c989211653ca6e1a7007b417cd07984697cb5c4')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
GOBIN=${HOME}/go/bin
|
GOBIN=${HOME}/go/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user