mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 14:34:42 +01:00
Removed unecessary dependency
This commit is contained in:
parent
a3dbd4d633
commit
dd1e4aa523
2 changed files with 1 additions and 2 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -12,7 +12,6 @@ pkgbase = abrowser-bin
|
|||
depends = gtk3
|
||||
depends = gcc-libs
|
||||
depends = libidl2
|
||||
depends = mozilla-common
|
||||
depends = nss>=3.12.10
|
||||
depends = libxt
|
||||
depends = libxrender
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -8,7 +8,7 @@ pkgdesc="Binary version of Abrowser, safe and easy web browser from Mozilla"
|
|||
arch=('x86_64')
|
||||
license=('MPL' 'GPL' 'LGPL')
|
||||
url="https://trisquel.info/en/wiki/abrowser-help"
|
||||
depends=('gtk2' 'gtk3' 'gcc-libs' 'libidl2' 'mozilla-common' 'nss>=3.12.10' 'libxt'
|
||||
depends=('gtk2' 'gtk3' 'gcc-libs' 'libidl2' 'nss>=3.12.10' 'libxt'
|
||||
'libxrender' 'hunspell' 'startup-notification' 'mime-types' 'dbus-glib'
|
||||
'alsa-lib' 'libevent' 'sqlite3>=3.7.4' 'libnotify' 'desktop-file-utils'
|
||||
'libvpx' 'lcms2' 'nspr>=4.8.8' 'libevent' 'libpng' 'cairo')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue