summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig McLure2023-04-26 02:08:41 +0100
committerCraig McLure2023-04-26 02:08:41 +0100
commit4e27d5bdfadd01864fb8c5a9c9ea9883c3689842 (patch)
treeede38fd6c1155a5d3f6ef1dff60e6e6ba493d29a
parent67decda4451da389153421a3161f5626262e0472 (diff)
downloadaur-4e27d5bdfadd01864fb8c5a9c9ea9883c3689842.tar.gz
Added speech-dispatcher as a dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4096e8a42c8..2f719f7beafb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = goxlr-utility
pkgdesc = A utility for monitoring and controlling a TC-Helicon GoXLR or GoXLR Mini.
pkgver = 0.11.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/GoXLR-on-Linux/goxlr-utility
install = goxlr-utility.install
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = goxlr-utility
depends = libusb
depends = bzip2
depends = libpulse
- depends = libspeechd
+ depends = speech-dispatcher
source = goxlr-utility-0.11.0.tar.gz::https://github.com/GoXLR-on-Linux/goxlr-utility/archive/refs/tags/v0.11.0.tar.gz
sha512sums = 09e7dd106a9cf6b37f0b63e48294e26a41c4d91d225045d1662b840c77bdc5d3c8c3f1aeb225fd5b964f2d1bf588ff59ede3e369ee06711702e933cf4795f70d
diff --git a/PKGBUILD b/PKGBUILD
index 7b485aad0330..aa8e0484c648 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Craig McLure <craig@mclure.net>
pkgname=goxlr-utility
pkgver=0.11.0
-pkgrel=1
+pkgrel=2
pkgdesc="A utility for monitoring and controlling a TC-Helicon GoXLR or GoXLR Mini."
arch=('x86_64')
url="https://github.com/GoXLR-on-Linux/goxlr-utility"
license=('MIT' 'custom')
-depends=('libusb' 'bzip2' 'libpulse' 'libspeechd')
+depends=('libusb' 'bzip2' 'libpulse' 'speech-dispatcher')
makedepends=('cargo' 'jq' 'pkgconf')
install=goxlr-utility.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/GoXLR-on-Linux/goxlr-utility/archive/refs/tags/v$pkgver.tar.gz")