Compare commits
2
Commits
main
...
63b4e29474
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
63b4e29474 | ||
|
|
f383cc8a9d |
+4
-4
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = streamdeck-lets-go-git
|
pkgbase = streamdeck-lets-go-git
|
||||||
pkgdesc = Lightweight daemon for controlling Elgato Stream Deck devices with a built-in web UI
|
pkgdesc = Lightweight daemon for controlling Elgato Stream Deck devices with a built-in web UI
|
||||||
pkgver = r0.unknown
|
pkgver = 0.1.0
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/totmin/streamdeck-lets-go
|
url = https://github.com/totmin/streamdeck-lets-go
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = aarch64
|
arch = aarch64
|
||||||
@@ -14,8 +14,8 @@ pkgbase = streamdeck-lets-go-git
|
|||||||
provides = streamdeck-lets-go
|
provides = streamdeck-lets-go
|
||||||
conflicts = streamdeck-lets-go
|
conflicts = streamdeck-lets-go
|
||||||
source = streamdeck-lets-go-git::git+https://github.com/totmin/streamdeck-lets-go.git
|
source = streamdeck-lets-go-git::git+https://github.com/totmin/streamdeck-lets-go.git
|
||||||
source = packaging/streamdeck-lets-go.service
|
source = streamdeck-lets-go.service
|
||||||
source = packaging/90-streamdeck.rules
|
source = 90-streamdeck.rules
|
||||||
b2sums = SKIP
|
b2sums = SKIP
|
||||||
b2sums = SKIP
|
b2sums = SKIP
|
||||||
b2sums = SKIP
|
b2sums = SKIP
|
||||||
|
|||||||
+3
-3
@@ -3,7 +3,7 @@
|
|||||||
pkgname=streamdeck-lets-go-git
|
pkgname=streamdeck-lets-go-git
|
||||||
_giturl=https://github.com/totmin/streamdeck-lets-go.git
|
_giturl=https://github.com/totmin/streamdeck-lets-go.git
|
||||||
pkgver=0.1.0
|
pkgver=0.1.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Lightweight daemon for controlling Elgato Stream Deck devices with a built-in web UI"
|
pkgdesc="Lightweight daemon for controlling Elgato Stream Deck devices with a built-in web UI"
|
||||||
arch=('x86_64' 'aarch64')
|
arch=('x86_64' 'aarch64')
|
||||||
url="https://github.com/totmin/streamdeck-lets-go"
|
url="https://github.com/totmin/streamdeck-lets-go"
|
||||||
@@ -16,8 +16,8 @@ provides=('streamdeck-lets-go')
|
|||||||
conflicts=('streamdeck-lets-go')
|
conflicts=('streamdeck-lets-go')
|
||||||
|
|
||||||
source=("${pkgname}::git+${_giturl}"
|
source=("${pkgname}::git+${_giturl}"
|
||||||
"packaging/streamdeck-lets-go.service"
|
"streamdeck-lets-go.service"
|
||||||
"packaging/90-streamdeck.rules")
|
"90-streamdeck.rules")
|
||||||
b2sums=('SKIP'
|
b2sums=('SKIP'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
|
|||||||
Reference in New Issue
Block a user