diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-04-21 19:31:12 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-04-21 19:31:12 -0300 |
commit | 7a3722d1c66a5cb69070d12dc715c53e07001eaf (patch) | |
tree | b500d1d98572b7bf5f6641df0d30ef2f611cb0f9 | |
parent | ba10355424fef9f5a2796ea26c231dfbcbf0858c (diff) | |
download | abslibre-7a3722d1c66a5cb69070d12dc715c53e07001eaf.tar.gz abslibre-7a3722d1c66a5cb69070d12dc715c53e07001eaf.tar.bz2 abslibre-7a3722d1c66a5cb69070d12dc715c53e07001eaf.zip |
icecat-31.6.0_gnu1-4: rebuild against libvpx 1.4.0
-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 7b53b76a9..38d2d9ef6 100644 --- a/libre/icecat/PKGBUILD +++ b/libre/icecat/PKGBUILD @@ -15,12 +15,12 @@ _pgo=true pkgname=icecat _pkgver=31.6.0-gnu1 pkgver=${_pkgver//-/_} -pkgrel=3 +pkgrel=4 pkgdesc="GNU IceCat, 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=(diffutils gst-plugins-base-libs imake inetutils libpulse mesa python2 unzip yasm zip) options=(!emptydirs !makeflags debug) if $_pgo; then |