summaryrefslogtreecommitdiff
path: root/libre/iceweasel-libre/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-03-20 16:34:54 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-03-20 16:34:54 -0300
commit7668bc43090fee1eeaacb84ec481b2045021c26e (patch)
treeb69768b702298117c2bdeb2a9308434f1459e9d5 /libre/iceweasel-libre/PKGBUILD
parentd2e2d9c5bb3f0e6c5def49e3462d16ec3fd5f60a (diff)
iceweasel-libre-1:28.0.deb1-1: updating version
Diffstat (limited to 'libre/iceweasel-libre/PKGBUILD')
-rw-r--r--libre/iceweasel-libre/PKGBUILD15
1 files changed, 5 insertions, 10 deletions
diff --git a/libre/iceweasel-libre/PKGBUILD b/libre/iceweasel-libre/PKGBUILD
index 2c0b6b8ed..1fafebea5 100644
--- a/libre/iceweasel-libre/PKGBUILD
+++ b/libre/iceweasel-libre/PKGBUILD
@@ -14,7 +14,7 @@ _pgo=true
# We're getting this from Debian Experimental
_debname=iceweasel
-_debver=27.0.1
+_debver=28.0
_debrel=deb1
_debrepo=http://ftp.debian.org/debian/pool/main/
debfile() { echo $@|sed -r 's@(.).*@\1/&/&@'; }
@@ -60,17 +60,17 @@ source=("$_debrepo/`debfile $_debname`_$_debver.orig.tar.bz2"
iceweasel-20.0.1-fixed-loading-icon.png
Bug-756390-Make-the-Reset-Firefox-feature-more-gener.patch
Fixup-Reset-Firefox-after-bad-merge.patch)
-md5sums=('fba1a8bfef502635593e2e1b0a653cda'
- 'ea2638a17254cda6cf8b85c39505b6af'
+md5sums=('8b53f3d7c1eea0338408f743f619eec1'
+ 'e5399fd8ea49c227b9a4c45997dc7111'
'023120a970670dc85cea19393f0b94b6'
'df08eaa1ac3bc6c2356be4fbf8ec8932'
- '641e8b54a684161c60209b81f260a19b'
+ '5d22063ebea2472dd0b1163b32b2050b'
'b03a979a78484503ba8dddad4f2c96d1'
'7b9e5996dd9fe0b186a43a297db1c6b5'
'6620e724ec9a1be74e65089d81d802f7'
'816013881cfc9a1f4f0ede72b014f8b3'
'6e335a517c68488941340ee1c23f97b0'
- '3dcb1f1eccce5b6b90fa48ab94bf7a47'
+ '032553b17a61a9a79c7a03c8967251b2'
'8e165ef85ddd72491f0b48f8954afca6')
prepare() {
@@ -151,10 +151,6 @@ prepare() {
echo 'ac_add_options --disable-jemalloc' >> .mozconfig
fi
- # Fix PRE_RELEASE_SUFFIX
- sed -i '/^PRE_RELEASE_SUFFIX := ""/s/ ""//' \
- browser/base/Makefile.in
-
mkdir "$srcdir/path"
# WebRTC build tries to execute "python" and expects Python 2
@@ -174,7 +170,6 @@ prepare() {
# Remove non-existent file on Makefile.in
sed -i '\|build/pgo/blueprint/valid.png|d' build/Makefile.in
-
}
build() {