summaryrefslogtreecommitdiff
path: root/distro
diff options
context:
space:
mode:
authorPerberos <perberos@(none).(none)>2012-03-18 02:40:59 -0300
committerPerberos <perberos@(none).(none)>2012-03-18 02:40:59 -0300
commit5dd56f746ff34aeb87451d19d88ed38a4501ec47 (patch)
tree5395446809c422e89c267f53d977d4588df3d624 /distro
parent8c239347fd7200ef28fb28ffff971ef642a6472a (diff)
downloadpluma-5dd56f746ff34aeb87451d19d88ed38a4501ec47.tar.bz2
pluma-5dd56f746ff34aeb87451d19d88ed38a4501ec47.tar.xz
adding enchant on depends array
Diffstat (limited to 'distro')
-rw-r--r--distro/archlinux/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/distro/archlinux/PKGBUILD b/distro/archlinux/PKGBUILD
index fff5e007..a96a14a9 100644
--- a/distro/archlinux/PKGBUILD
+++ b/distro/archlinux/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="An powerfull text editor for MATE"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('mate-conf' 'gtk2' 'gtksourceview2' 'libxml2' 'pygtksourceview2')
+depends=('mate-conf' 'gtk2' 'gtksourceview2' 'libxml2' 'pygtksourceview2' 'enchant')
makedepends=('pkgconfig' 'mate-doc-utils' 'intltool')
options=('!emptydirs' '!libtool')
conflicts=('pluma')