diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-08-04 22:43:08 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-08-04 22:43:08 -0300 |
commit | 2550fca4c3230c0af151423a7e1dc368e62d4ffe (patch) | |
tree | bcad98c125b030ed853fb871baaf03296c241f7c /libre | |
parent | 7a0ffe097773b2684f1f81072c2edf1600dbcc76 (diff) |
iceweasel-1:48.0.deb1-2: libvpx 1.6.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 fc9337e36..eca4aba06 100644 --- a/libre/iceweasel/PKGBUILD +++ b/libre/iceweasel/PKGBUILD @@ -28,12 +28,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 ffmpeg gtk2 gtk3 hunspell icu=57.1 libevent libvpx=1.5.0 libxt mime-types mozilla-common nss sqlite startup-notification ttf-font) +depends=(alsa-lib dbus-glib ffmpeg gtk2 gtk3 hunspell icu=57.1 libevent libvpx=1.6.0 libxt mime-types mozilla-common nss sqlite startup-notification ttf-font) makedepends=(autoconf2.13 diffutils gconf imagemagick imake inetutils libidl2 libpulse librsvg-stable libxslt mesa mozilla-searchplugins pkg-config python2 quilt rust unzip yasm zip) options=(!emptydirs !makeflags debug) if $_pgo; then |