mirror of
https://github.com/luzifer-aur/streamdeck.git
synced 2024-12-20 17:01:17 +00:00
streamdeck v1.5.0
This commit is contained in:
parent
9ac341724a
commit
5a483b77c7
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -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.4.0
|
pkgver = 1.5.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.4.0.tar.gz::https://github.com/Luzifer/streamdeck/archive/v1.4.0.tar.gz
|
source = streamdeck-1.5.0.tar.gz::https://github.com/Luzifer/streamdeck/archive/v1.5.0.tar.gz
|
||||||
sha512sums = ba1f1673cc8419046e23aff1f66e7dc1f76a5977d6c976acd09bce784a13b172d89ee679ffa9c457f42e396db0faffe270a506c03927acd43a13611562429008
|
sha512sums = b925aee256d427eebff433cd2d73d35cec960775eb9d3d842a097adc6707197a73067049045481b7ae76a2d926eeca65cb48a3996e61ecbf35b095ea13261d03
|
||||||
|
|
||||||
pkgname = streamdeck
|
pkgname = streamdeck
|
||||||
|
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -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.4.0
|
pkgver=1.5.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=('ba1f1673cc8419046e23aff1f66e7dc1f76a5977d6c976acd09bce784a13b172d89ee679ffa9c457f42e396db0faffe270a506c03927acd43a13611562429008')
|
sha512sums=('b925aee256d427eebff433cd2d73d35cec960775eb9d3d842a097adc6707197a73067049045481b7ae76a2d926eeca65cb48a3996e61ecbf35b095ea13261d03')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}/cmd/streamdeck"
|
cd "${srcdir}/${pkgname}-${pkgver}/cmd/streamdeck"
|
||||||
|
|
Loading…
Reference in a new issue