libwren: breaks/replaces older verison of "wren"

This commit is contained in:
Leonid Pliushch 2020-08-23 22:16:25 +03:00 committed by buttaface
parent 2877a1b7c4
commit 805ad44b6a

View File

@ -4,8 +4,8 @@ TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_VERSION=0.3.0
TERMUX_PKG_SRCURL=https://github.com/wren-lang/wren/archive/$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=c566422b52a18693f57b15ae4c9459604e426ea64eddb5fbf2844d8781aa4eb7
TERMUX_PKG_BREAKS="wren-dev, wren"
TERMUX_PKG_REPLACES="wren-dev, wren"
TERMUX_PKG_BREAKS="wren-dev, wren (<< 0.3.0)"
TERMUX_PKG_REPLACES="wren-dev, wren (<< 0.3.0)"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_NO_STATICSPLIT=true