diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-08-17 21:41:18 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-08-17 21:41:18 -0300 |
commit | 6492919dcf293491e55ecb8dc82ba38334fe0b80 (patch) | |
tree | ffb876f85fd7d958ac504b1cf9e32b3e589468ef /libre/icecat | |
parent | f49efc6aae02c57573e61cca0acb8d7ad04b00b6 (diff) |
libre/iceweasel: sort in mozconfig - libre/icecat: rebuild with --disable-url-classifier
Diffstat (limited to 'libre/icecat')
-rw-r--r-- | libre/icecat/PKGBUILD | 4 | ||||
-rw-r--r-- | libre/icecat/mozconfig | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD index 05e6cc5c3..7d09e42c7 100644 --- a/libre/icecat/PKGBUILD +++ b/libre/icecat/PKGBUILD @@ -15,7 +15,7 @@ _pgo=true pkgname=icecat _pkgver=31.8.0-gnu1 pkgver=${_pkgver//-/_} -pkgrel=4 +pkgrel=5 pkgdesc="GNU IceCat, the standalone web browser based on Mozilla Firefox." arch=(i686 x86_64 mips64el) @@ -46,7 +46,7 @@ source=(http://ftp.gnu.org/gnu/gnuzilla/${_pkgver%-*}/$pkgname-$_pkgver.tar.bz2{ fixing_nullptr_31.7.0.patch) sha256sums=('370087d0adadf8b1c1e6a9920e26488a8902b9dc461d305f258fddb26a129d87' 'SKIP' - 'c36d18a8ffc99ea4dab8e8564d92bc5c9b1bb2c7680323f48483695522cefd1d' + '541532698e04563ac60cb4d6c75891a8eec828df8dc19e2c20c6f84e560efb56' '92d7ea9feb8d2814d1abaf5cf4012983a2fb9cc56b26a5d7c7c3898aedf06fb4' '8082a8a5adf21c50fa77650c74adcd6fedbf7bedcdb6b8ae29529ca96adeb05d' '93e3001ce152e1d142619e215a9ef07dd429943b99d21726c25da9ceb31e31cd' diff --git a/libre/icecat/mozconfig b/libre/icecat/mozconfig index 4f8fc3aea..974fcce4d 100644 --- a/libre/icecat/mozconfig +++ b/libre/icecat/mozconfig @@ -34,3 +34,4 @@ ac_add_options --disable-debug-symbols # Parabola features ac_add_options --disable-safe-browsing +ac_add_options --disable-url-classifier |