Skip to content

Commit

Permalink
fix(main/vim, x11/vim-gtk): add missing TERMUX_PKG_BREAKS fields
Browse files Browse the repository at this point in the history
  • Loading branch information
termux-pacman-bot committed Dec 1, 2024
1 parent e98f6c2 commit ac582d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/vim/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ TERMUX_PKG_DEPENDS="libiconv, ncurses"
TERMUX_PKG_SUGGESTS="python, libluajit"
TERMUX_PKG_RECOMMENDS="diffutils, xxd"
TERMUX_PKG_CONFLICTS="vim-gtk"
TERMUX_PKG_BREAKS="vim-python (<= 9.1.0850), vim-runtime (<= 9.1.0850)"
TERMUX_PKG_REPLACES="vim-python (<= 9.1.0850), vim-runtime (<= 9.1.0850)"
TERMUX_PKG_VERSION=9.1.0850
TERMUX_PKG_REVISION=1
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL="https://github.com/vim/vim/archive/v${TERMUX_PKG_VERSION}.tar.gz"
TERMUX_PKG_SHA256=4bbd7480c2d5c577a77a070fa4a133e057c37f611adf47d9a317e50244d7caa4
TERMUX_PKG_ON_DEVICE_BUILD_NOT_SUPPORTED=true
Expand Down
3 changes: 2 additions & 1 deletion x11-packages/vim-gtk/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ TERMUX_PKG_DEPENDS="gdk-pixbuf, glib, gtk3, libcairo, libcanberra, libice, libic
TERMUX_PKG_SUGGESTS="python, libluajit"
TERMUX_PKG_RECOMMENDS="diffutils, xxd"
TERMUX_PKG_CONFLICTS="vim"
TERMUX_PKG_BREAKS="vim-python (<= 9.1.0850)"
TERMUX_PKG_REPLACES="vim-python (<= 9.1.0850)"
TERMUX_PKG_VERSION=9.1.0850
TERMUX_PKG_REVISION=1
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL="https://github.com/vim/vim/archive/v${TERMUX_PKG_VERSION}.tar.gz"
TERMUX_PKG_SHA256=4bbd7480c2d5c577a77a070fa4a133e057c37f611adf47d9a317e50244d7caa4
TERMUX_PKG_ON_DEVICE_BUILD_NOT_SUPPORTED=true
Expand Down

0 comments on commit ac582d5

Please sign in to comment.