streamdeck v1.5.0

This commit is contained in:
Luzifer.io Jenkins 2021-05-27 11:14:16 +00:00
parent 9ac341724a
commit 5a483b77c7
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = streamdeck
pkgdesc = Utility to control Elgato StreamDeck on Linux
pkgver = 1.4.0
pkgver = 1.5.0
pkgrel = 1
url = https://github.com/Luzifer/streamdeck
arch = i686
@ -8,8 +8,8 @@ pkgbase = streamdeck
license = Apache
makedepends = go
depends = hidapi
source = streamdeck-1.4.0.tar.gz::https://github.com/Luzifer/streamdeck/archive/v1.4.0.tar.gz
sha512sums = ba1f1673cc8419046e23aff1f66e7dc1f76a5977d6c976acd09bce784a13b172d89ee679ffa9c457f42e396db0faffe270a506c03927acd43a13611562429008
source = streamdeck-1.5.0.tar.gz::https://github.com/Luzifer/streamdeck/archive/v1.5.0.tar.gz
sha512sums = b925aee256d427eebff433cd2d73d35cec960775eb9d3d842a097adc6707197a73067049045481b7ae76a2d926eeca65cb48a3996e61ecbf35b095ea13261d03
pkgname = streamdeck

View file

@ -1,7 +1,7 @@
# Maintainer: Knut Ahlers <knut at ahlers dot me>
pkgname=streamdeck
pkgver=1.4.0
pkgver=1.5.0
pkgrel=1
pkgdesc="Utility to control Elgato StreamDeck on Linux"
arch=('i686' 'x86_64')
@ -10,7 +10,7 @@ license=('Apache')
depends=(hidapi)
makedepends=('go')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
sha512sums=('ba1f1673cc8419046e23aff1f66e7dc1f76a5977d6c976acd09bce784a13b172d89ee679ffa9c457f42e396db0faffe270a506c03927acd43a13611562429008')
sha512sums=('b925aee256d427eebff433cd2d73d35cec960775eb9d3d842a097adc6707197a73067049045481b7ae76a2d926eeca65cb48a3996e61ecbf35b095ea13261d03')
build() {
cd "${srcdir}/${pkgname}-${pkgver}/cmd/streamdeck"