adding enchant on depends array
This commit is contained in:
parent
8c239347fd
commit
5dd56f746f
|
@ -5,7 +5,7 @@ pkgrel=1
|
||||||
pkgdesc="An powerfull text editor for MATE"
|
pkgdesc="An powerfull text editor for MATE"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('mate-conf' 'gtk2' 'gtksourceview2' 'libxml2' 'pygtksourceview2')
|
depends=('mate-conf' 'gtk2' 'gtksourceview2' 'libxml2' 'pygtksourceview2' 'enchant')
|
||||||
makedepends=('pkgconfig' 'mate-doc-utils' 'intltool')
|
makedepends=('pkgconfig' 'mate-doc-utils' 'intltool')
|
||||||
options=('!emptydirs' '!libtool')
|
options=('!emptydirs' '!libtool')
|
||||||
conflicts=('pluma')
|
conflicts=('pluma')
|
||||||
|
|
Loading…
Reference in New Issue