newsboat: update to r2.12.
This commit is contained in:
parent
30b1415eaa
commit
341f83b96e
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'newsboat'
|
||||
pkgname=newsboat
|
||||
version=r2.11.1
|
||||
version=r2.12
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_script="./config.sh"
|
||||
|
@ -11,9 +11,10 @@ makedepends="json-c-devel libcurl-devel libxml2-devel sqlite-devel stfl-devel"
|
|||
short_desc="Newsboat is a fork of Newsbeuter the Mutt of RSS feed readers"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="http://www.newsboat.org"
|
||||
homepage="https://www.newsboat.org"
|
||||
changelog="https://raw.githubusercontent.com/newsboat/newsboat/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/newsboat/newsboat/archive/${version}.tar.gz"
|
||||
checksum=0c48ec60e1abafd7b62cf8e376eff9e92dcb7bbc6e7dfed9b9ac141853d826d8
|
||||
checksum=8f2f511703d3218ab195fa48dc94306f5e13ceff86d94dcf78d917cb57090c88
|
||||
make_build_target="all doc"
|
||||
|
||||
CXXFLAGS=" -Wno-error=sign-compare"
|
||||
|
@ -38,5 +39,4 @@ post_install() {
|
|||
vlicense LICENSE
|
||||
vsconf doc/example-bookmark-plugin.sh bookmark-plugin.sh
|
||||
mv "${DESTDIR}/usr/share/doc/$pkgname/examples/config" "${DESTDIR}/usr/share/examples/${pkgname}"
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue