summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFeakster2020-11-08 20:15:33 +0000
committerFeakster2020-11-08 20:15:33 +0000
commit69535ef02a55c67916a9b74c0ad4b1046ecd2e29 (patch)
tree16905653e8d43a27ee2d996b332cc9e9365c61f1
parentc3ec9187b2f06177dd8c5f93efcaa8628486263d (diff)
downloadaur-69535ef02a55c67916a9b74c0ad4b1046ecd2e29.tar.gz
Minor housekeeping
- Corrected a typo in a contributor's email address. - Reordered some depedencies. - Bump in 'pkgrel'.
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD12
2 files changed, 15 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f08b1877babe..8571754bfdb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,31 +1,31 @@
pkgbase = vivaldi-arm-bin
pkgdesc = An advanced browser made with the power user in mind.
pkgver = 3.4.2066.94
- pkgrel = 2
+ pkgrel = 3
url = https://vivaldi.com
arch = armv6h
arch = armv7h
arch = aarch64
license = custom
makedepends = w3m
+ depends = alsa-lib
+ depends = desktop-file-utils
depends = gtk3
+ depends = hicolor-icon-theme
depends = libcups
- depends = nss
- depends = alsa-lib
depends = libxss
- depends = ttf-font
- depends = desktop-file-utils
+ depends = nss
depends = shared-mime-info
- depends = hicolor-icon-theme
+ depends = ttf-font
optdepends = vivaldi-ffmpeg-codecs: playback of proprietary video/audio
optdepends = pepper-flash: flash support
optdepends = libnotify: native notifications
- provides = www-browser
provides = vivaldi
- replaces = vivaldi-rpi
+ provides = www-browser
replaces = vivaldi-arm64
- options = !strip
+ replaces = vivaldi-rpi
options = !emptydirs
+ options = !strip
source_armv6h = https://downloads.vivaldi.com/stable/vivaldi-stable_3.4.2066.94-1_armhf.deb
b2sums_armv6h = cb5cbb4e9dc739832eb177a58e5074ba0b09cfbb46c20fc2cd592c7b094da20ab9865f14ed56e549fbde1e0d2f1f1a8aa863de86a17fccd4fc38b63e04853e57
source_armv7h = https://downloads.vivaldi.com/stable/vivaldi-stable_3.4.2066.94-1_armhf.deb
diff --git a/PKGBUILD b/PKGBUILD
index f82c9b346ddc..eac651b4a0e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,28 +1,28 @@
# Maintainer: Benjamin Feakins <feakster at posteo dot eu>
# Contributor: Felix Golatofski <contact at xdfr dot de>
-# Contributor: Matthew Zilvar <mattzilvar at gmail.com>
+# Contributor: Matthew Zilvar <mattzilvar at gmail dot com>
# Contributor: Térence Clastres <t dot clastres at gmail dot com>
# Modified PKGBUILD from https://aur.archlinux.org/packages/vivaldi/
pkgname=vivaldi-arm-bin
_pkgname=vivaldi
pkgver=3.4.2066.94
-pkgrel=2
+pkgrel=3
_pkgrel=1
pkgdesc='An advanced browser made with the power user in mind.'
arch=('armv6h' 'armv7h' 'aarch64')
url="https://vivaldi.com"
license=('custom')
-provides=('www-browser' 'vivaldi')
-replaces=('vivaldi-rpi' 'vivaldi-arm64')
-depends=('gtk3' 'libcups' 'nss' 'alsa-lib' 'libxss' 'ttf-font' 'desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme')
+provides=('vivaldi' 'www-browser')
+replaces=('vivaldi-arm64' 'vivaldi-rpi')
+depends=('alsa-lib' 'desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libcups' 'libxss' 'nss' 'shared-mime-info' 'ttf-font')
optdepends=(
'vivaldi-ffmpeg-codecs: playback of proprietary video/audio'
'pepper-flash: flash support'
'libnotify: native notifications'
)
makedepends=('w3m')
-options=('!strip' '!emptydirs')
+options=('!emptydirs' '!strip')
source_armhf=("https://downloads.vivaldi.com/stable/vivaldi-stable_${pkgver}-${_pkgrel}_armhf.deb")
source_armv6h=("$source_armhf")
source_armv7h=("$source_armhf")