Package Details: vivaldi-snapshot 7.1.3527.3-1

Git Clone URL: https://aur.archlinux.org/vivaldi-snapshot.git (read-only, click to copy)
Package Base: vivaldi-snapshot
Description: An advanced browser made with the power user in mind. Snapshot
Upstream URL: https://vivaldi.com
Keywords: browser
Licenses: custom
Submitter: BlackIkeEagle
Maintainer: BlackIkeEagle (ruario)
Last Packager: BlackIkeEagle
Votes: 130
Popularity: 0.022670
First Submitted: 2015-02-03 16:45 (UTC)
Last Updated: 2024-11-18 15:09 (UTC)

Dependencies (14)

Required by (0)

Sources (2)

Pinned Comments

BlackIkeEagle commented on 2016-10-03 04:41 (UTC) (edited on 2018-01-31 19:55 (UTC) by BlackIkeEagle)

For the people who just want to pacman -Syu:

You can install it from my repo: https://repo.herecura.eu

For extra info and help: https://forum.vivaldi.net

For all your bugs: https://vivaldi.com/bugreport/

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

UserContributer commented on 2015-03-29 17:53 (UTC)

Thanks for updating it!

UserContributer commented on 2015-03-28 23:45 (UTC)

Here's the modified pkgbuild to accomidate downloading this new version: PKGBUILD===== # Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com> # Contributor: TZ86 pkgname=vivaldi-snapshot pkgver=1.0.138.4 pkgrel=1 pkgdesc='A new browser for our friends (weekly snapshot)' url="https://vivaldi.com" install=vivaldi.install options=(!strip !zipman) license=('custom') arch=('i686' 'x86_64') source_i686=("vivaldi-snapshot_${pkgver}-1_i386.deb::https://vivaldi.com/download/download.php?f=vivaldi-snapshot_${pkgver}-1_i386.deb") source_x86_64=("vivaldi-snapshot_${pkgver}-1_amd64.deb::https://vivaldi.com/download/download.php?f=vivaldi-snapshot_${pkgver}-1_amd64.deb") depends=('gtk2' 'nss' 'libxtst' 'gconf' 'libxss' 'freetype2' 'ttf-font' 'desktop-file-utils' 'shared-mime-info' 'alsa-lib') optdepends=('ffmpeg: playback of proprietary formats') conflicts=('vivaldi') package() { tar -xf data.tar.xz --exclude={usr/share/{lintian,menu},etc} -C "$pkgdir/" # soname fix for libsystemd (udev) sed -e 's/libudev.so.0/libudev.so.1/g' \ -i "$pkgdir/opt/vivaldi-snapshot/vivaldi-bin" # suid sanbox chmod 4755 "$pkgdir/opt/vivaldi-snapshot/vivaldi-sandbox" # install icons for res in 16 22 24 32 48 64 128 256; do install -Dm644 "$pkgdir/opt/vivaldi-snapshot/product_logo_${res}.png" \ "$pkgdir/usr/share/icons/hicolor/${res}x${res}/apps/vivaldi-snapshot.png" done } md5sums_i686=('aba8de4002e27495208d3a5bbbf9e68d') md5sums_x86_64=('862971018410f93a306dffa594c75f93') ============= Thanks for applying this in advance from UserContributer!

UserContributer commented on 2015-03-28 23:28 (UTC)

Vivaldi Snapshot Version 1.0.138.4: * Link to 64 bit deb: ** https://vivaldi.com/download/download.php?f=vivaldi-snapshot_1.0.138.4-1_amd64.deb * Link to 32 bit deb: ** https://vivaldi.com/download/download.php?f=vivaldi-snapshot_1.0.138.4-1_i386.deb Thanks in advanced, from UserContributer!

UserContributer commented on 2015-03-28 23:23 (UTC)

Hey, please update your pkgbuild for this app to be the latest version, which is 1.0.138.4 for the snapshot! It's been due for two days now, please do it! Thanks in advanced from UserContributer!

francoism commented on 2015-03-25 21:20 (UTC)

@kar: Thanks. :) See that Vivaldi is not open-source, to bad. :(

kar commented on 2015-03-24 22:13 (UTC)

@beta990 No, there is an update today: https://vivaldi.net/blogs/teamblog/item/16-new-snapshot-with-an-update-for-chromium-and-auto-update-on-windows Version: 1.0.135.2

francoism commented on 2015-03-24 21:33 (UTC)

Why is this package flagged? Seems up-to-date?

J5lx commented on 2015-03-10 16:04 (UTC)

1.0.124.2 has been released, fixing the "FREAK" security vulnerability: https://vivaldi.net/blogs/teamblog/item/14-subject-snapshot-1-0-124-2-mea-culpa

BlackIkeEagle commented on 2015-03-10 05:49 (UTC)

@UserContributer, Thanks for your input but I cannot help it Vivaldi sometimes re-uploads the *deb packages with other checksums. Try this new version and report back if there is anything failing again. FYI, The update would not get to AUR if it wasn't building correctly for my personal repo.

UserContributer commented on 2015-03-09 22:31 (UTC)

Hope the solution I provided in the previous comment helps!