parent
1a0afa7f38
commit
c9be38f9b4
2 changed files with 3 additions and 15 deletions
srcpkgs/newsboat
|
@ -1,12 +0,0 @@
|
|||
--- test/configparser.cpp
|
||||
+++ test/configparser.cpp
|
||||
@@ -20,7 +20,7 @@ TEST_CASE("evaluate_backticks replaces command in backticks with its output",
|
||||
== "hello world");
|
||||
REQUIRE(configparser::evaluate_backticks("xxx`echo yyy`zzz")
|
||||
== "xxxyyyzzz");
|
||||
- REQUIRE(configparser::evaluate_backticks("`echo 3 \\* 4 | bc`") == "12");
|
||||
+ REQUIRE(configparser::evaluate_backticks("`seq 10 | tail -1`") == "10");
|
||||
}
|
||||
|
||||
SECTION("backticks can be escaped with backslash") {
|
||||
|
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'newsboat'
|
||||
pkgname=newsboat
|
||||
version=r2.10.1
|
||||
version=r2.10.2
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_script="./config.sh"
|
||||
make_install_args="prefix=/usr"
|
||||
hostmakedepends="pkg-config perl asciidoc"
|
||||
hostmakedepends="pkg-config asciidoc"
|
||||
checkdepends="ncurses-base"
|
||||
makedepends="stfl-devel json-c-devel libxml2-devel libcurl-devel sqlite-devel libressl-devel"
|
||||
make_build_target="all doc"
|
||||
|
@ -14,7 +14,7 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|||
license="MIT"
|
||||
homepage="http://www.newsboat.org"
|
||||
distfiles="https://github.com/newsboat/newsboat/archive/${version}.tar.gz"
|
||||
checksum=82d5e3e2a6dab845aac0bf72580f46c2756375d49214905a627284e5bc32e327
|
||||
checksum=e548596d3a263369210890f46f146a6a398bd2b1973f94167e5614dee58ab7aa
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
# This is not triggered in native compilation
|
||||
|
|
Loading…
Reference in a new issue