diff options
author | rbuj <[email protected]> | 2020-10-03 21:19:07 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-10-04 11:50:17 +0200 |
commit | 913abaa7db6809178b17aa019013ddbf02289791 (patch) | |
tree | 2571973a19c3aa819678314d547d1749fa507dc7 /.build.yml | |
parent | 5e6681e5114af06972226ba1b9bff7b239c46f6d (diff) | |
download | pluma-913abaa7db6809178b17aa019013ddbf02289791.tar.bz2 pluma-913abaa7db6809178b17aa019013ddbf02289791.tar.xz |
travis: require enchant2
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -36,7 +36,7 @@ requires: - gobject-introspection - gtk-doc-tools - iso-codes - - libenchant-dev + - libenchant-2-dev - libgirepository1.0-dev - libglib2.0-dev - libgtk-3-dev @@ -58,7 +58,7 @@ requires: - clang-analyzer - cppcheck-htmlreport - desktop-file-utils - - enchant-devel + - enchant2-devel - gcc - git - gtk3-devel @@ -83,7 +83,7 @@ requires: - gobject-introspection - gtk-doc-tools - iso-codes - - libenchant-dev + - libenchant-2-dev - libgirepository1.0-dev - libglib2.0-dev - libgtk-3-dev |