diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-11-12 12:22:32 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-11-12 12:22:32 -0300 |
commit | 99850bdb8c0becf4cea2d4f09aeb940b6769f4eb (patch) | |
tree | 6865d5c336e6ce4b0cc219d7f6e24e967e0cc59f /libre | |
parent | 4b95bf4bded25ca4001b55355459d065cb6ed4f0 (diff) | |
download | abslibre-99850bdb8c0becf4cea2d4f09aeb940b6769f4eb.tar.gz abslibre-99850bdb8c0becf4cea2d4f09aeb940b6769f4eb.tar.bz2 abslibre-99850bdb8c0becf4cea2d4f09aeb940b6769f4eb.zip |
iceweasel-1:42.0.deb1-2: libvpx 1.5.0 rebuild
Diffstat (limited to 'libre')
-rw-r--r-- | libre/iceweasel/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD index 15a9e60f5..32b67088b 100644 --- a/libre/iceweasel/PKGBUILD +++ b/libre/iceweasel/PKGBUILD @@ -25,12 +25,12 @@ _pkgname=firefox pkgname=iceweasel epoch=1 pkgver=$_debver.$_debrel -pkgrel=1 +pkgrel=2 pkgdesc="A libre version of Debian Iceweasel, the standalone web browser based on Mozilla Firefox." arch=(i686 x86_64) license=(MPL GPL LGPL) -depends=(alsa-lib dbus-glib desktop-file-utils gtk2 hicolor-icon-theme hunspell icu=56.1 libevent libvpx=1.4.0 libxt mime-types mozilla-common nss sqlite startup-notification ttf-font) +depends=(alsa-lib dbus-glib desktop-file-utils gtk2 hicolor-icon-theme hunspell icu=56.1 libevent libvpx=1.5.0 libxt mime-types mozilla-common nss sqlite startup-notification ttf-font) makedepends=(autoconf2.13 diffutils gconf gst-plugins-base-libs imagemagick imake inetutils libidl2 libpulse librsvg libxslt mesa mozilla-searchplugins pkg-config python2 quilt unzip yasm zip) options=(!emptydirs !makeflags debug) if $_pgo; then |