diff options
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = companion pkgdesc = Control software for the Elgato Streamdeck with a focus on broadcasting. - pkgver = 3.5.3 + pkgver = 3.5.4 pkgrel = 1 url = https://github.com/bitfocus/companion install = companion.install @@ -16,9 +16,9 @@ pkgbase = companion depends = nss depends = hicolor-icon-theme depends = libusb - source = companion-3.5.3::git+https://github.com/bitfocus/companion.git#tag=v3.5.3 + source = companion-3.5.4::git+https://github.com/bitfocus/companion.git#tag=v3.5.4 source = bitfocus-companion.desktop - sha256sums = f9adcce155235f2284c69891c60b7348cef7ca10704a5bc86284a93338d6c4bd + sha256sums = 21235807c968a854c27675c3000ab87e891106dc6cddc810e59813bdb19a1acb sha256sums = 65289895360dae94dd710e6804709c1e3f95e6bc275b1621cb88eb8a7cbd348f pkgname = companion @@ -1,5 +1,5 @@ pkgname=companion -pkgver=3.5.3 +pkgver=3.5.4 pkgrel=1 pkgdesc="Control software for the Elgato Streamdeck with a focus on broadcasting." arch=('x86_64' 'aarch64') @@ -13,7 +13,7 @@ _node_version="22" source=("${pkgname}-${pkgver}::git+https://github.com/bitfocus/companion.git#tag=v${pkgver}" "bitfocus-companion.desktop") -sha256sums=('f9adcce155235f2284c69891c60b7348cef7ca10704a5bc86284a93338d6c4bd' +sha256sums=('21235807c968a854c27675c3000ab87e891106dc6cddc810e59813bdb19a1acb' '65289895360dae94dd710e6804709c1e3f95e6bc275b1621cb88eb8a7cbd348f') _ensure_local_nvm() { |