mirror of
https://github.com/luzifer-aur/streamdeck.git
synced 2024-12-29 21:01:17 +00:00
Add conflict for streamdeck-ui
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
1a50e70295
commit
3ccd49bf68
2 changed files with 10 additions and 8 deletions
3
.SRCINFO
3
.SRCINFO
|
@ -1,13 +1,14 @@
|
|||
pkgbase = streamdeck
|
||||
pkgdesc = Utility to control Elgato StreamDeck on Linux
|
||||
pkgver = 1.7.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/Luzifer/streamdeck
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = Apache
|
||||
makedepends = go
|
||||
depends = hidapi
|
||||
conflicts = streamdeck-ui
|
||||
source = streamdeck-1.7.0.tar.gz::https://github.com/Luzifer/streamdeck/archive/v1.7.0.tar.gz
|
||||
sha512sums = 46d5c68212231ef10f00eea034353c3e42e211ac63c8461d3654c6f46e47f626f69e9564ba91165c8ef47ef0c53c3fbfbb7c9d8ca7c9550e830210e74075a5e5
|
||||
|
||||
|
|
3
PKGBUILD
3
PKGBUILD
|
@ -2,9 +2,10 @@
|
|||
|
||||
pkgname=streamdeck
|
||||
pkgver=1.7.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Utility to control Elgato StreamDeck on Linux"
|
||||
arch=('i686' 'x86_64')
|
||||
conflicts=('streamdeck-ui')
|
||||
url="https://github.com/Luzifer/$pkgname"
|
||||
license=('Apache')
|
||||
depends=(hidapi)
|
||||
|
|
Loading…
Reference in a new issue