summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIván Ruvalcaba2017-08-17 05:39:43 -0500
committerIván Ruvalcaba2017-08-17 05:39:43 -0500
commit562f1e60d2efa0c5604c2527cfbda00fbfe0e86a (patch)
treee5e4f0b38bbd318a3d395f1096af52754708de98
parent80abaf8b90af3280ae69018448306f419c9f43a4 (diff)
downloadaur-562f1e60d2efa0c5604c2527cfbda00fbfe0e86a.tar.gz
Update package
-rw-r--r--.SRCINFO25
-rw-r--r--PKGBUILD16
2 files changed, 27 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c26eb059d37..527b92cf26d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = firefox-nightly-es-es
pkgdesc = Standalone web browser from mozilla.org, nightly build (es-ES)
- pkgver = 55.0a1.20170307
+ pkgver = 57.0a1.20170816
pkgrel = 1
url = http://www.mozilla.org/projects/firefox
arch = i686
@@ -8,21 +8,26 @@ pkgbase = firefox-nightly-es-es
license = MPL
license = GPL
license = LGPL
- depends = alsa-lib
+ depends = dbus-glib
+ depends = gtk3
depends = libxt
- depends = libnotify
- depends = mime-types
depends = nss
- depends = gtk2
- depends = gtk3
- depends = sqlite
- depends = dbus-glib
+ depends = mime-types
+ optdepends = pulseaudio: audio support
+ optdepends = ffmpeg: h.264 video
+ optdepends = gtk2: flash plugin support
+ optdepends = hunspell: spell checking
+ optdepends = hyphen: hyphenation
+ optdepends = libnotify: notification integration
+ optdepends = networkmanager: location detection via available WiFi networks
+ optdepends = speech-dispatcher: text-to-speech
+ optdepends = startup-notification: support for FreeDesktop Startup Notification
conflicts = firefox-nightly
source = firefox-nightly.desktop
source = firefox-nightly-safe.desktop
source = vendor.js
- source = https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-central-l10n/firefox-55.0a1.es-ES.linux-x86_64.tar.bz2
- source = https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-central/firefox-55.0a1.en-US.linux-x86_64.txt
+ source = https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-central-l10n/firefox-57.0a1.es-ES.linux-x86_64.tar.bz2
+ source = https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-central/firefox-57.0a1.en-US.linux-x86_64.txt
validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
sha512sums = 2d8feaf128775efbab958e2614613cd45a7a172a3c687b6af054d61eabd3592cf1dd1c85ca92bff82834f43eb7ebedeb4f8c2fe6f116b6a22eb14a7ff98a1f25
sha512sums = 88510ea986776bb8ed9fc8c1217728f8cf0f8b3a8aa4dbc07608e7b2803cd13dcb6809363208fd9531ccee5a9ba2cee39af498a1279d3e1268511982ecb559ec
diff --git a/PKGBUILD b/PKGBUILD
index a2dee214abd6..15a4f5bcc36e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,12 +11,22 @@ _lang=es-ES
pkgname="${_name}-${_channel}-${_lang,,}"
pkgdesc="Standalone web browser from mozilla.org, nightly build (${_lang})"
url='http://www.mozilla.org/projects/firefox'
-pkgver=55.0a1.20170307
-_version=55.0a1
+pkgver=57.0a1.20170816
+_version=57.0a1
pkgrel=1
arch=('i686' 'x86_64')
conflicts=('firefox-nightly')
license=('MPL' 'GPL' 'LGPL')
+depends=('dbus-glib' 'gtk3' 'libxt' 'nss' 'mime-types')
+optdepends=('pulseaudio: audio support'
+ 'ffmpeg: h.264 video'
+ 'gtk2: flash plugin support'
+ 'hunspell: spell checking'
+ 'hyphen: hyphenation'
+ 'libnotify: notification integration'
+ 'networkmanager: location detection via available WiFi networks'
+ 'speech-dispatcher: text-to-speech'
+ 'startup-notification: support for FreeDesktop Startup Notification')
_file="${_name}-${_version}.en-US.linux"
_file_l10n="${_name}-${_version}.${_lang}.linux"
_srcurl="https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-central"
@@ -32,8 +42,6 @@ sha512sums=(
'SKIP'
'SKIP')
validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353')
-depends=('alsa-lib' 'libxt' 'libnotify' 'mime-types' 'nss' 'gtk2' 'gtk3'
- 'sqlite' 'dbus-glib')
pkgver() {
echo "${_version}.$(head -n1 "${srcdir}/${_file}-${CARCH}.txt" | cut -c-8)"