mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
thunderbird: extract update_* to external update file
This commit is contained in:
parent
f9ad2e4a29
commit
a61148d458
2 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,6 @@ makedepends="python-devel cairo-devel libjpeg-turbo-devel pixman-devel
|
||||||
alsa-lib-devel wireless_tools-devel libXScrnSaver-devel libSM-devel libXt-devel
|
alsa-lib-devel wireless_tools-devel libXScrnSaver-devel libSM-devel libXt-devel
|
||||||
pulseaudio-devel"
|
pulseaudio-devel"
|
||||||
depends="desktop-file-utils hicolor-icon-theme"
|
depends="desktop-file-utils hicolor-icon-theme"
|
||||||
update_site="${MOZILLA_SITE}/${pkgname}/releases"
|
|
||||||
update_pattern="\">\K[0-9.]+(?=/</a>)"
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
cp -f ${FILESDIR}/mozconfig .mozconfig
|
cp -f ${FILESDIR}/mozconfig .mozconfig
|
||||||
|
|
2
srcpkgs/thunderbird/update
Normal file
2
srcpkgs/thunderbird/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site="${MOZILLA_SITE}/${pkgname}/releases"
|
||||||
|
pattern="\">\K[0-9.]+(?=/</a>)"
|
Loading…
Add table
Reference in a new issue