diff --git a/.SRCINFO b/.SRCINFO index 3fd268c108cf8..2dbc50e365de7 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = icecat pkgdesc = GNU version of the Firefox browser. pkgver = 60.3.0 - pkgrel = 1 + pkgrel = 2 url = http://www.gnu.org/software/gnuzilla/ arch = i686 arch = x86_64 @@ -31,7 +31,6 @@ pkgbase = icecat depends = dbus-glib depends = alsa-lib depends = ffmpeg - depends = libvpx depends = icu depends = libevent depends = nss diff --git a/PKGBUILD b/PKGBUILD index 4fa390e3ab958..406288ca8b9b9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,13 +9,13 @@ pkgname=icecat pkgver=60.3.0 _pkgver=${pkgver}-gnu1 _pkgverbase=${pkgver%%.*} -pkgrel=1 +pkgrel=2 pkgdesc="GNU version of the Firefox browser." arch=(i686 x86_64) url="http://www.gnu.org/software/gnuzilla/" license=('GPL' 'MPL' 'LGPL') depends=('gtk3' 'gtk2' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'ffmpeg' - 'libvpx' 'icu' 'libevent' 'nss' 'hunspell' 'sqlite' 'ttf-font') + 'icu' 'libevent' 'nss' 'hunspell' 'sqlite' 'ttf-font') makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake' 'autoconf2.13' 'libpulse' 'gst-plugins-base-libs' 'inetutils' 'rust' 'llvm' 'clang') optdepends=('networkmanager: Location detection via available WiFi networks' @@ -68,7 +68,6 @@ ac_add_options --with-system-zlib ac_add_options --with-system-bz2 ac_add_options --with-system-icu ac_add_options --with-system-jpeg -ac_add_options --with-system-libvpx ac_add_options --with-system-nspr ac_add_options --with-system-nss ac_add_options --enable-system-sqlite