diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-22 02:28:59 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-22 02:28:59 -0200 |
commit | b128a7134846cd29ed4e0baec96a295c1065acc9 (patch) | |
tree | 29b0b64f0e8520a838fd8d11fc9135b3e35e897c /libre/icecat | |
parent | bb0b4528591d1fb50b6683da47a210066a00fbfb (diff) | |
download | abslibre-b128a7134846cd29ed4e0baec96a295c1065acc9.tar.gz abslibre-b128a7134846cd29ed4e0baec96a295c1065acc9.tar.bz2 abslibre-b128a7134846cd29ed4e0baec96a295c1065acc9.zip |
icecat-17.0.1-7: enabling pgo
Diffstat (limited to 'libre/icecat')
-rw-r--r-- | libre/icecat/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD index 4c5b1279b..4f2a5b4ef 100644 --- a/libre/icecat/PKGBUILD +++ b/libre/icecat/PKGBUILD @@ -13,10 +13,10 @@ # If you are updating this package, don't forget to update the version number in # the value for 'browser.dictionaries.download.url' in 'libre.patch' -_pgo=false +_pgo=true pkgname=icecat pkgver=17.0.1 -pkgrel=6 +pkgrel=7 pkgdesc='GNU IceCat, the standalone web browser based on Mozilla Firefox.' arch=(i686 x86_64 mips64el) license=(MPL GPL LGPL) |