Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 9b3865e

Browse files
author
foutrelis
committed
Add missing alsa-lib dep
git-svn-id: file:///srv/repos/svn-community/svn@1186427 9fca08f4-af9d-4005-b8df-a31f2cc04f65
1 parent 4e3241b commit 9b3865e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bluegriffon/trunk/PKGBUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ pkgdesc="The next-generation Web Editor based on the rendering engine of Firefox
1010
arch=('x86_64')
1111
url="http://bluegriffon.org/"
1212
license=('MPL' 'GPL' 'LGPL')
13-
depends=('dbus-glib' 'gtk3' 'hunspell' 'nss' 'libvpx' 'libxt' 'startup-notification')
13+
depends=('dbus-glib' 'gtk3' 'hunspell' 'nss' 'libvpx' 'libxt' 'startup-notification'
14+
'alsa-lib')
1415
makedepends=('autoconf2.13' 'gtk2' 'libpulse' 'python2' 'rust' 'unzip' 'yasm' 'zip')
1516
options=('!emptydirs')
1617
source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/therealglazou/${pkgbase}/archive/${pkgver}.tar.gz"

0 commit comments

Comments
 (0)