remwharead: update to 0.9.0

split off firefox plugin
This commit is contained in:
teldra 2019-11-29 12:02:47 +01:00 committed by Juan RP
parent 2117ea109f
commit 74541ec6db
2 changed files with 11 additions and 2 deletions

View file

@ -0,0 +1 @@
remwharead

View file

@ -1,6 +1,6 @@
# Template file for 'remwharead'
pkgname=remwharead
version=0.8.6
version=0.9.0
revision=1
build_style=cmake
hostmakedepends="poco-devel asciidoc pkg-config"
@ -10,7 +10,15 @@ maintainer="teldra <teldra@rotce.de>"
license="GPL-3.0-only"
homepage="https://schlomp.space/tastytea/remwharead"
distfiles="https://github.com/tastytea/remwharead/archive/${version}.tar.gz"
checksum=b5ba06375be82c8acfd64b9fa3b2e0ca251224141be503bd36250a698da78abb
checksum=2470b4a2ce177ab8399b93b6d7c451ca023000277a594c660166bb3a3573f9bc
remwharead-firefox-plugin_package() {
depends="${sourcepkg}"
short_desc+=" - Firefox plugin"
pkg_install() {
vmove usr/lib/mozilla
}
}
remwharead-devel_package() {
depends="${makedepends} ${sourcepkg}-${version}_${revision}"