streamdeck v1.2.0

This commit is contained in:
Luzifer.io Jenkins 2020-10-30 22:44:12 +00:00
parent 574779ef10
commit 672dc71c3d
2 changed files with 5 additions and 5 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.1.0 pkgver = 1.2.0
pkgrel = 1 pkgrel = 1
url = https://github.com/Luzifer/streamdeck url = https://github.com/Luzifer/streamdeck
arch = i686 arch = i686
@ -8,8 +8,8 @@ pkgbase = streamdeck
license = Apache license = Apache
makedepends = go makedepends = go
depends = hidapi depends = hidapi
source = streamdeck-1.1.0.tar.gz::https://github.com/Luzifer/streamdeck/archive/v1.1.0.tar.gz source = streamdeck-1.2.0.tar.gz::https://github.com/Luzifer/streamdeck/archive/v1.2.0.tar.gz
sha512sums = 7ad1a083441c2080b92258ad5c59c2c410b43b407c3b0908f9e9b798b681cb193f66ea28f17b4239ebfa524d247efb29b263d5b77476fb9d84a614ce7419e316 sha512sums = f979d04d3fb02103a9fdcaaa645dc821913ec82bd299bfc3451f7c6e9e4465338c91a549a244e27b77f343849a3f45186c7ebb4454c93fb4c764e666fcb8beb1
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.1.0 pkgver=1.2.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=('7ad1a083441c2080b92258ad5c59c2c410b43b407c3b0908f9e9b798b681cb193f66ea28f17b4239ebfa524d247efb29b263d5b77476fb9d84a614ce7419e316') sha512sums=('f979d04d3fb02103a9fdcaaa645dc821913ec82bd299bfc3451f7c6e9e4465338c91a549a244e27b77f343849a3f45186c7ebb4454c93fb4c764e666fcb8beb1')
build() { build() {
cd "${srcdir}/${pkgname}-${pkgver}/cmd/streamdeck" cd "${srcdir}/${pkgname}-${pkgver}/cmd/streamdeck"