git: Update from 2.13.1 to 2.13.2
[termux-packages] / scripts / setup-ubuntu.sh
index 657134d..2d5f679 100755 (executable)
@@ -8,6 +8,7 @@ PACKAGES+=" automake"
 PACKAGES+=" bison"
 PACKAGES+=" clang" # Used by golang, useful to have same compiler building.
 PACKAGES+=" curl" # Used for fetching sources.
+PACKAGES+=" ed" # Used by bc
 PACKAGES+=" flex"
 PACKAGES+=" gettext" # Provides 'msgfmt' which the apt build uses.
 PACKAGES+=" git" # Used by the neovim build.
@@ -15,6 +16,7 @@ PACKAGES+=" help2man"
 PACKAGES+=" intltool" # Used by qalc build.
 PACKAGES+=" libglib2.0-dev" # Provides 'glib-genmarshal' which the glib build uses.
 PACKAGES+=" libtool-bin"
+PACKAGES+=" libncurses5-dev" # Used by mariadb for host build part.
 PACKAGES+=" lzip"
 PACKAGES+=" python3.6"
 PACKAGES+=" tar"