summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Parnell2018-05-30 21:39:27 -0500
committerMatt Parnell2018-05-30 21:39:27 -0500
commit41643c3dab0eb1f738f1b4891b25ae4c7f74e431 (patch)
tree6b8dc52dc4832f099cbd09f857e299f1fd3dbb8d
parent9821b18fb44fc15cc3f8e60954d522d3ec69d51d (diff)
downloadaur-41643c3dab0eb1f738f1b4891b25ae4c7f74e431.tar.gz
bump
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a05f247cd0a..e1ccafeae1da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Apr 30 05:07:11 UTC 2018
+# Thu May 31 02:39:25 UTC 2018
pkgbase = waterfox-git
pkgdesc = 64-Bit optimized Firefox fork, no data collection, allows unsigned extensions
- pkgver = 56.1.0+6f49ede5ce61
+ pkgver = 56.2.0+f435a827f82a
pkgrel = 1
url = https://www.waterfoxproject.org/
install = waterfox.install
@@ -32,7 +32,7 @@ pkgbase = waterfox-git
depends = startup-notification
depends = dbus-glib
depends = alsa-lib
- depends = ffmpeg2.8
+ depends = ffmpeg
depends = desktop-file-utils
depends = hicolor-icon-theme
depends = libvpx
@@ -42,8 +42,9 @@ pkgbase = waterfox-git
depends = hunspell
depends = sqlite
depends = ttf-font
- provides = waterfox=56.1.0+6f49ede5ce61
- conflicts = waterfox waterfox-bin
+ provides = waterfox=56.2.0+f435a827f82a
+ conflicts = waterfox
+ conflicts = waterfox-bin
options = !emptydirs
options = !makeflags
source = git://github.com/MrAlex94/Waterfox
diff --git a/PKGBUILD b/PKGBUILD
index b9a6db942869..277d2b7a4f03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,19 @@
# Contributor: <jnbek1972 at gmail dot com>
# Contributor: <raku at rakutiki.tv>
pkgname=waterfox-git
-pkgver=56.1.0+6f49ede5ce61
+pkgver=56.2.0+f435a827f82a
pkgrel=1
pkgdesc="64-Bit optimized Firefox fork, no data collection, allows unsigned extensions"
arch=('i686' 'x86_64')
license=('MPL')
url="https://www.waterfoxproject.org/"
depends=('gtk2' 'gtk3' 'mozilla-common' 'libxt' 'startup-notification'
- 'dbus-glib' 'alsa-lib' 'ffmpeg2.8' 'desktop-file-utils' 'hicolor-icon-theme'
+ 'dbus-glib' 'alsa-lib' 'ffmpeg' 'desktop-file-utils' 'hicolor-icon-theme'
'libvpx' 'icu' 'libevent' 'nss' 'hunspell' 'sqlite' 'ttf-font')
makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake' 'gconf'
'xorg-server-xvfb' 'libpulse' 'inetutils' 'rust' 'autoconf2.13' 'clang' 'llvm' 'cargo')
provides=("waterfox=$pkgver")
-conflicts=("waterfox waterfox-bin")
+conflicts=('waterfox' 'waterfox-bin')
install=waterfox.install
options=('!emptydirs' '!makeflags')
source=(git://github.com/MrAlex94/Waterfox