diff --git a/srcpkgs/remwharead-firefox-plugin b/srcpkgs/remwharead-firefox-plugin new file mode 120000 index 0000000000..417c310421 --- /dev/null +++ b/srcpkgs/remwharead-firefox-plugin @@ -0,0 +1 @@ +remwharead \ No newline at end of file diff --git a/srcpkgs/remwharead/template b/srcpkgs/remwharead/template index 2ff4ed5e72..6906758af7 100644 --- a/srcpkgs/remwharead/template +++ b/srcpkgs/remwharead/template @@ -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 " 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}"