Skip to content

Commit

Permalink
bump(main/newsboat): 2.38
Browse files Browse the repository at this point in the history
Rebase patches after gettext-rs crate update from 0.7.1 to 0.7.2
newsboat/newsboat@2526031
  • Loading branch information
termux-pacman-bot committed Dec 23, 2024
1 parent 0378cac commit df86cc2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/newsboat/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://newsboat.org/
TERMUX_PKG_DESCRIPTION="RSS/Atom feed reader for the text console"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="2.37"
TERMUX_PKG_VERSION="2.38"
TERMUX_PKG_SRCURL=https://newsboat.org/releases/${TERMUX_PKG_VERSION}/newsboat-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=4f54dea385c25b95e8ce0df1107f0336db41b18c645368e6164ce1070efba77c
TERMUX_PKG_SHA256=d6fef6f08948f107826e8dbbce35043c984e6e8517f90f5475da04e6e914db85
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="json-c, libandroid-glob, libandroid-support, libc++, libcurl, libiconv, libsqlite, libxml2, ncurses, stfl"
TERMUX_PKG_BUILD_DEPENDS="openssl"
Expand Down
2 changes: 1 addition & 1 deletion packages/newsboat/rust-libnewsboat-Cargo.toml.patch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ diff -u -r ../newsboat-2.37/rust/libnewsboat/Cargo.toml ./rust/libnewsboat/Cargo
unicode-segmentation = "1.12.0"

-[dependencies.gettext-rs]
-version = "0.7.1"
-version = "0.7.2"
-# Don't let the crate build its own copy of gettext; force it to use the one
-# built into glibc.
-features = [ "gettext-system" ]
Expand Down
2 changes: 1 addition & 1 deletion packages/newsboat/rust-regex-rs-Cargo.toml.patch
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ diff -u -r ../newsboat-2.37/rust/regex-rs/Cargo.toml ./rust/regex-rs/Cargo.toml

bitflags = "2.6"
libc = ">=0.2.69"
-gettext-rs = "0.7.1"
-gettext-rs = "0.7.2"

0 comments on commit df86cc2

Please sign in to comment.