Skip to content

Commit

Permalink
meli: bump to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
licy183 committed Nov 23, 2023
1 parent 0765fbc commit 062be71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tur/meli/0001-disable-dbus.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--- a/meli/Cargo.toml
+++ b/meli/Cargo.toml
@@ -70,7 +70,7 @@
@@ -69,7 +69,7 @@
tempfile = "3.3"

[features]
-default = ["sqlite3", "notmuch", "regexp", "smtp", "dbus-notifications", "gpgme", "cli-docs", "jmap", "text-processing"]
+default = ["sqlite3", "notmuch", "regexp", "smtp", "gpgme", "cli-docs", "jmap", "text-processing"]
-default = ["sqlite3", "notmuch", "smtp", "dbus-notifications", "gpgme", "cli-docs", "jmap", "text-processing", "static"]
+default = ["sqlite3", "notmuch", "smtp", "gpgme", "cli-docs", "jmap", "text-processing"]
notmuch = ["melib/notmuch"]
jmap = ["melib/jmap"]
sqlite3 = ["melib/sqlite3"]
2 changes: 1 addition & 1 deletion tur/meli/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://meli.delivery/
TERMUX_PKG_DESCRIPTION="Terminal e-mail client and e-mail client library"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux-user-repository"
TERMUX_PKG_VERSION="0.8.2"
TERMUX_PKG_VERSION="0.8.3"
TERMUX_PKG_SRCURL=git+https://github.com/meli/meli
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_BUILD_IN_SRC=true
Expand Down

0 comments on commit 062be71

Please sign in to comment.