fix(corsairctl): add alsa-lib + hidapi to makedepends (build-time libs)
Build and publish packages / build-and-publish (push) Successful in 2m10s
Build and publish packages / build-and-publish (push) Successful in 2m10s
This commit is contained in:
@@ -7,6 +7,8 @@ pkgbase = corsairctl
|
||||
license = MIT
|
||||
makedepends = cargo
|
||||
makedepends = pkg-config
|
||||
makedepends = alsa-lib
|
||||
makedepends = hidapi
|
||||
depends = hidapi
|
||||
depends = alsa-lib
|
||||
source = git+https://gitea.moonarch.de/nevaforget/corsairctl.git#tag=v0.1.2
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ arch=('x86_64')
|
||||
url='https://gitea.moonarch.de/nevaforget/corsairctl'
|
||||
license=('MIT')
|
||||
depends=('hidapi' 'alsa-lib')
|
||||
makedepends=('cargo' 'pkg-config')
|
||||
makedepends=('cargo' 'pkg-config' 'alsa-lib' 'hidapi')
|
||||
source=("git+${url}.git#tag=v$pkgver")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user