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

Evangelos Foutras foutrelis at gemini.archlinux.org
Fri Apr 15 01:24:40 UTC 2022


    Date: Friday, April 15, 2022 @ 01:24:40
  Author: foutrelis
Revision: 1186427

Add missing alsa-lib dep

Modified:
  bluegriffon/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-15 01:22:24 UTC (rev 1186426)
+++ PKGBUILD	2022-04-15 01:24:40 UTC (rev 1186427)
@@ -10,7 +10,8 @@
 arch=('x86_64')
 url="http://bluegriffon.org/"
 license=('MPL' 'GPL' 'LGPL')
-depends=('dbus-glib' 'gtk3' 'hunspell' 'nss' 'libvpx' 'libxt' 'startup-notification')
+depends=('dbus-glib' 'gtk3' 'hunspell' 'nss' 'libvpx' 'libxt' 'startup-notification'
+         'alsa-lib')
 makedepends=('autoconf2.13' 'gtk2' 'libpulse' 'python2' 'rust' 'unzip' 'yasm' 'zip')
 options=('!emptydirs')
 source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/therealglazou/${pkgbase}/archive/${pkgver}.tar.gz"



More information about the arch-commits mailing list