Date: Friday, May 15, 2020 @ 20:54:39
Author: jgc
Revision: 628114
Remove mozilla-common from depends, plugins are eeither obsolete or already
hardcoded to the correct path
Modified:
bluegriffon/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-15 20:15:36 UTC (rev 628113)
+++ PKGBUILD 2020-05-15 20:54:39 UTC (rev 628114)
@@ -10,7 +10,7 @@
arch=('x86_64')
url="http://bluegriffon.org/"
license=('MPL' 'GPL' 'LGPL')
-depends=('dbus-glib' 'gtk3' 'hunspell' 'mozilla-common' 'nss' 'libvpx' 'libxt'
'startup-notification')
+depends=('dbus-glib' 'gtk3' 'hunspell' 'nss' 'libvpx' 'libxt'
'startup-notification')
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"