[arch-commits] Commit in signal-desktop/trunk (PKGBUILD)

Levente Polyak anthraxx at gemini.archlinux.org
Thu Jun 9 21:38:44 UTC 2022


    Date: Thursday, June 9, 2022 @ 21:38:44
  Author: anthraxx
Revision: 1229915

upgpkg: signal-desktop 5.45.1-2: add alsa-lib depends for libasound.so

Modified:
  signal-desktop/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-09 21:37:38 UTC (rev 1229914)
+++ PKGBUILD	2022-06-09 21:38:44 UTC (rev 1229915)
@@ -4,12 +4,12 @@
 pkgname=signal-desktop
 _pkgname=Signal-Desktop
 pkgver=5.45.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Signal Private Messenger for Linux"
 license=('AGPL3')
 arch=('x86_64')
 url="https://signal.org"
-depends=('gtk3' 'libvips' 'libxss' 'hicolor-icon-theme')
+depends=('gtk3' 'libvips' 'libxss' 'hicolor-icon-theme' 'alsa-lib')
 makedepends=('yarn' 'git' 'git-lfs' 'nodejs-lts-gallium' 'npm' 'python' 'libxcrypt-compat')
 source=(
   "${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz"



More information about the arch-commits mailing list