Skip to content

Commit

Permalink
newsboat: update to 2.21.
Browse files Browse the repository at this point in the history
Tests fail on musl, see: newsboat/newsboat#1216

Closes: #24742 [via git-merge-pr]
  • Loading branch information
daniel-eys authored and Piraty committed Oct 5, 2020
1 parent 620481a commit 2635aee
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions srcpkgs/newsboat/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'newsboat'
pkgname=newsboat
version=2.19
revision=2
version=2.21
revision=1
build_style=configure
build_helper="rust"
configure_script="./config.sh"
Expand All @@ -16,7 +16,7 @@ license="MIT"
homepage="https://newsboat.org/"
changelog="https://raw.githubusercontent.com/newsboat/newsboat/master/CHANGELOG.md"
distfiles="https://newsboat.org/releases/${version}/newsboat-${version}.tar.xz"
checksum=ba484c825bb903daf6d33d55126107b59e41111b455d368362208f1825403d1b
checksum=0c46b3dd46bb578dd6dd4915db4cfdffb4352ab258f251080ad14655c75a9c31

do_check() {
make test
Expand All @@ -25,8 +25,4 @@ do_check() {

post_install() {
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
}

0 comments on commit 2635aee

Please sign in to comment.