diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-04-21 19:31:23 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-04-21 19:33:29 -0300 |
commit | 301061951d578c29fd64e493211423632883b9b3 (patch) | |
tree | 7cffb45b25742dd12fe214daa9d92dd1ce236564 | |
parent | 7a3722d1c66a5cb69070d12dc715c53e07001eaf (diff) | |
download | abslibre-301061951d578c29fd64e493211423632883b9b3.tar.gz abslibre-301061951d578c29fd64e493211423632883b9b3.tar.bz2 abslibre-301061951d578c29fd64e493211423632883b9b3.zip |
iceweasel-1:37.0.2.deb1-1: updating version
* rebuild against libvpx 1.4.0 (bug #700 -> https://labs.parabola.nu/issues/700)
-rw-r--r-- | libre/iceweasel/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD index 311771448..073ac707e 100644 --- a/libre/iceweasel/PKGBUILD +++ b/libre/iceweasel/PKGBUILD @@ -16,7 +16,7 @@ _pgo=true # We're getting this from Debian Experimental _debname=iceweasel -_debver=37.0.1 +_debver=37.0.2 _debrel=deb1 _debrepo=http://ftp.debian.org/debian/pool/main/ debfile() { echo $@|sed -r 's@(.).*@\1/&/&@'; } @@ -24,12 +24,12 @@ debfile() { echo $@|sed -r 's@(.).*@\1/&/&@'; } pkgname=iceweasel epoch=1 pkgver=$_debver.$_debrel -pkgrel=2 +pkgrel=1 pkgdesc="A libre version of Debian Iceweasel, the standalone web browser based on Mozilla Firefox." arch=(i686 x86_64 mips64el) license=(MPL GPL LGPL) -depends=(alsa-lib dbus-glib desktop-file-utils gtk2 hicolor-icon-theme hunspell icu=55.1 libevent libvpx libxt mime-types mozilla-common mozilla-searchplugins nss sqlite startup-notification) +depends=(alsa-lib dbus-glib desktop-file-utils gtk2 hicolor-icon-theme hunspell icu=55.1 libevent libvpx=1.4.0 libxt mime-types mozilla-common mozilla-searchplugins nss sqlite startup-notification) makedepends=(autoconf2.13 diffutils gst-plugins-base-libs imagemagick imake inetutils libidl2 libpulse librsvg libxslt mesa pkg-config python2 quilt unzip yasm zip) options=(!emptydirs !makeflags debug) if $_pgo; then @@ -52,8 +52,8 @@ source=("$_debrepo/`debfile $_debname`_$_debver.orig.tar.bz2" $pkgname-install-dir.patch vendor.js $pkgname-fixed-loading-icon.png) -sha256sums=('bda2509b8b420f4303d52a947786d5302e95f8c077baa620ffef23af70be5d1a' - '47d6263c3461965c10fa8633957f4e0edfdd7db866111297148f4bb535cc2998' +sha256sums=('a9af34b1e1a0851c9e65d2908104b4baab8162080b345c568ecc519c375d5728' + '6ec89b187f2a7ed3a092f0f727b6f0e729c3d36d0d0511080253b2c4222949f9' '831720c1efd6e67d54e70cf4e2b02f9554aa6c914315be6dd2ca837adbbdcabd' 'fcb11b3e6bef5afb2f41b631c98d05d10f30bae3afda28ad8d29b98db5187909' '93e3001ce152e1d142619e215a9ef07dd429943b99d21726c25da9ceb31e31cd' |