newsboat: update to 2.21.
Tests fail on musl, see: https://github.com/newsboat/newsboat/issues/1216 Closes: #24742 [via git-merge-pr]
This commit is contained in:
parent
620481a291
commit
2635aeec82
1 changed files with 3 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'newsboat'
|
# Template file for 'newsboat'
|
||||||
pkgname=newsboat
|
pkgname=newsboat
|
||||||
version=2.19
|
version=2.21
|
||||||
revision=2
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
build_helper="rust"
|
build_helper="rust"
|
||||||
configure_script="./config.sh"
|
configure_script="./config.sh"
|
||||||
|
@ -16,7 +16,7 @@ license="MIT"
|
||||||
homepage="https://newsboat.org/"
|
homepage="https://newsboat.org/"
|
||||||
changelog="https://raw.githubusercontent.com/newsboat/newsboat/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/newsboat/newsboat/master/CHANGELOG.md"
|
||||||
distfiles="https://newsboat.org/releases/${version}/newsboat-${version}.tar.xz"
|
distfiles="https://newsboat.org/releases/${version}/newsboat-${version}.tar.xz"
|
||||||
checksum=ba484c825bb903daf6d33d55126107b59e41111b455d368362208f1825403d1b
|
checksum=0c46b3dd46bb578dd6dd4915db4cfdffb4352ab258f251080ad14655c75a9c31
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
make test
|
make test
|
||||||
|
@ -25,8 +25,4 @@ do_check() {
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vsconf doc/example-bookmark-plugin.sh bookmark-plugin.sh
|
|
||||||
mv "${DESTDIR}/usr/share/doc/newsboat/examples/config" \
|
|
||||||
"${DESTDIR}/usr/share/examples/newsboat"
|
|
||||||
vcopy contrib usr/share/examples/newsboat
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue