streamdeck v1.2.2

This commit is contained in:
Luzifer.io Jenkins 2021-01-01 01:44:12 +00:00
parent 1f22b7df7c
commit 4921638864
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.2.1
pkgver = 1.2.2
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.2.1.tar.gz::https://github.com/Luzifer/streamdeck/archive/v1.2.1.tar.gz
sha512sums = 4974d7bf887923e09441878211cd222136f81e9416e142573910d5f5b851a1762f11b4dad95f797687493e36568b4a43276f6fa4f7eba09757e09d4c8aca0681
source = streamdeck-1.2.2.tar.gz::https://github.com/Luzifer/streamdeck/archive/v1.2.2.tar.gz
sha512sums = 9625ac71b347a27a3730be343f983c8b6523177d2207dc90334f7c0496602d4c0aa48d9de6ea0510fc2ef778f408cef8bfdcc163c586d6778ab20c43a16a10cf
pkgname = streamdeck

View file

@ -1,7 +1,7 @@
# Maintainer: Knut Ahlers <knut at ahlers dot me>
pkgname=streamdeck
pkgver=1.2.1
pkgver=1.2.2
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=('4974d7bf887923e09441878211cd222136f81e9416e142573910d5f5b851a1762f11b4dad95f797687493e36568b4a43276f6fa4f7eba09757e09d4c8aca0681')
sha512sums=('9625ac71b347a27a3730be343f983c8b6523177d2207dc90334f7c0496602d4c0aa48d9de6ea0510fc2ef778f408cef8bfdcc163c586d6778ab20c43a16a10cf')
build() {
cd "${srcdir}/${pkgname}-${pkgver}/cmd/streamdeck"