mirror of
https://github.com/luzifer-aur/streamdeck.git
synced 2024-12-20 17:01:17 +00:00
streamdeck v1.2.1
This commit is contained in:
parent
672dc71c3d
commit
1f22b7df7c
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = streamdeck
|
||||
pkgdesc = Utility to control Elgato StreamDeck on Linux
|
||||
pkgver = 1.2.0
|
||||
pkgver = 1.2.1
|
||||
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.0.tar.gz::https://github.com/Luzifer/streamdeck/archive/v1.2.0.tar.gz
|
||||
sha512sums = f979d04d3fb02103a9fdcaaa645dc821913ec82bd299bfc3451f7c6e9e4465338c91a549a244e27b77f343849a3f45186c7ebb4454c93fb4c764e666fcb8beb1
|
||||
source = streamdeck-1.2.1.tar.gz::https://github.com/Luzifer/streamdeck/archive/v1.2.1.tar.gz
|
||||
sha512sums = 4974d7bf887923e09441878211cd222136f81e9416e142573910d5f5b851a1762f11b4dad95f797687493e36568b4a43276f6fa4f7eba09757e09d4c8aca0681
|
||||
|
||||
pkgname = streamdeck
|
||||
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Knut Ahlers <knut at ahlers dot me>
|
||||
|
||||
pkgname=streamdeck
|
||||
pkgver=1.2.0
|
||||
pkgver=1.2.1
|
||||
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=('f979d04d3fb02103a9fdcaaa645dc821913ec82bd299bfc3451f7c6e9e4465338c91a549a244e27b77f343849a3f45186c7ebb4454c93fb4c764e666fcb8beb1')
|
||||
sha512sums=('4974d7bf887923e09441878211cd222136f81e9416e142573910d5f5b851a1762f11b4dad95f797687493e36568b4a43276f6fa4f7eba09757e09d4c8aca0681')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}/cmd/streamdeck"
|
||||
|
|
Loading…
Reference in a new issue