streamdeck v1.6.0

This commit is contained in:
Luzifer.io Jenkins 2022-02-05 17:44:19 +00:00
parent 5a483b77c7
commit 807777d9f9
2 changed files with 5 additions and 6 deletions

View file

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

View file

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