summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Moroni2017-11-14 22:20:08 +0100
committerMichael Moroni2017-11-14 22:20:08 +0100
commit2950949cd090d8a09a11255f8f9ac0297895c0a1 (patch)
tree582ad24934ee6d695279b9793d64e3afe3d3d779
parent5750334a6dcd520a3d3651c9049de79efcf2b5ac (diff)
downloadaur-2950949cd090d8a09a11255f8f9ac0297895c0a1.tar.gz
Upgrade to Firefox 58
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d06541021a26..eddc8b301192 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = firefox-nightly-eo
pkgdesc = Standalone Web Browser from Mozilla — Nightly build (eo)
- pkgver = 58.0a1.20170922
+ pkgver = 59.0a1.20170922
pkgrel = 1
url = https://www.mozilla.org/eo/firefox/nightly
arch = i686
@@ -27,12 +27,12 @@ pkgbase = firefox-nightly-eo
validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
sha512sums = 4483c4bf8234123a2692db2b577a4db026d58b68bc729fc4f2468f37107f87b6ef0cb37da2e97a5340510dfa1e2937fb6e98f781e9d926c5ddc41a246bdf5e84
sha512sums = bae5a952d9b92e7a0ccc82f2caac3578e0368ea6676f0a4bc69d3ce276ef4f70802888f882dda53f9eb8e52911fb31e09ef497188bcd630762e1c0f5293cc010
- source_i686 = https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/firefox-58.0a1.eo.linux-i686.tar.bz2
- source_i686 = https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central/firefox-58.0a1.en-US.linux-i686.txt
+ source_i686 = https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/firefox-59.0a1.eo.linux-i686.tar.bz2
+ source_i686 = https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central/firefox-59.0a1.en-US.linux-i686.txt
sha512sums_i686 = SKIP
sha512sums_i686 = SKIP
- source_x86_64 = https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/firefox-58.0a1.eo.linux-x86_64.tar.bz2
- source_x86_64 = https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central/firefox-58.0a1.en-US.linux-x86_64.txt
+ source_x86_64 = https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/firefox-59.0a1.eo.linux-x86_64.tar.bz2
+ source_x86_64 = https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central/firefox-59.0a1.en-US.linux-x86_64.txt
sha512sums_x86_64 = SKIP
sha512sums_x86_64 = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 977bb716efac..71df4fe960e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Michael Moroni <michael DOT moroni AT openmailbox DOT org >
+# Maintainer: Michael Moroni <michaelmoroni AT disroot DOT org >
# Contributor: Bruno Pagani (a.k.a. ArchangeGabriel) <bruno.n.pagani@gmail.com>
# Contributor: Cedric MATHIEU <me.xenom @ gmail.com>
@@ -8,8 +8,8 @@ _lang=eo
pkgname=${_name}-${_channel}-${_lang}
pkgdesc="Standalone Web Browser from Mozilla — Nightly build (${_lang})"
url="https://www.mozilla.org/${_lang}/${_name}/${_channel}"
-_version=58.0a1
-pkgver=58.0a1.20170922
+_version=59.0a1
+pkgver=59.0a1.20170922
pkgrel=1
arch=('i686' 'x86_64')
license=('MPL' 'GPL' 'LGPL')
@@ -58,11 +58,10 @@ package() {
# Install icons
SRC_LOC="${srcdir}"/${_name}/browser
DEST_LOC="${pkgdir}"/usr/share/icons/hicolor
- for i in 16 32 48
+ for i in 16 32 48 64 128
do
install -Dm644 "${SRC_LOC}"/chrome/icons/default/default${i}.png "${DEST_LOC}"/${i}x${i}/apps/${pkgname}.png
done
- install -Dm644 "${SRC_LOC}"/icons/mozicon128.png "${DEST_LOC}"/128x128/apps/${pkgname}.png
# Disable auto-updates
install -Dm644 "${srcdir}"/vendor.js -t "${pkgdir}"/${OPT_PATH}/browser/defaults/preferences