diff options
-rw-r--r-- | libre/iceweasel/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD index 5dc2010c4..2248eb22d 100644 --- a/libre/iceweasel/PKGBUILD +++ b/libre/iceweasel/PKGBUILD @@ -30,7 +30,7 @@ _pkgname=firefox pkgname=iceweasel epoch=1 pkgver=58.0 -pkgrel=1 +pkgrel=2 _bver=58.0 _brel=1 pkgdesc="Libre standalon web browser based on Mozilla Firefox" @@ -89,6 +89,7 @@ ac_add_options --enable-rust-simd # Branding ac_add_options --disable-official-branding ac_add_options --with-branding=browser/branding/iceweasel +ac_add_options --enable-update-channel=release ac_add_options --with-distribution-id=nu.parabola # System libraries |