summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2021-03-28 07:48:01 -0400
committergraysky2021-03-28 07:48:01 -0400
commitc37a74dc13e8f7b91b6898d912349930e0b3789e (patch)
tree859fcb484f0d2542fe763474d547b83e59ae4b05
parent4109141194faaf58993215b56305f1121c07c25a (diff)
downloadaur-c37a74dc13e8f7b91b6898d912349930e0b3789e.tar.gz
Update to 89.0.4389.90-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
2 files changed, 13 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4af343de7aa..51e2ffff6496 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = chromium-no-extras
pkgdesc = Chromium without hangout services, widevine, pipewire, or chromedriver
- pkgver = 89.0.4389.82
- pkgrel = 2
+ pkgver = 89.0.4389.90
+ pkgrel = 1
url = https://www.chromium.org/Home
arch = x86_64
license = BSD
@@ -48,16 +48,16 @@ pkgbase = chromium-no-extras
optdepends = kdialog: needed for file dialogs in KDE
optdepends = org.freedesktop.secrets: password storage backend on GNOME / Xfce
optdepends = kwallet: for storing passwords in KWallet on KDE desktops
- provides = chromium=89.0.4389.82
+ provides = chromium=89.0.4389.90
conflicts = chromium
- source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-89.0.4389.82.tar.xz
+ source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-89.0.4389.90.tar.xz
source = https://github.com/foutrelis/chromium-launcher/archive/v7/chromium-launcher-7.tar.gz
source = https://github.com/stha09/chromium-patches/releases/download/chromium-89-patchset-7/chromium-89-patchset-7.tar.xz
source = add-dependency-on-opus-in-webcodecs.patch
source = x11-ozone-fix-two-edge-cases.patch
source = chromium-glibc-2.33.patch
source = use-oauth2-client-switches-as-default.patch
- sha256sums = df4914407b68afdc6449cb8e3f1b08d110eb8689ac41f86490e337fa4d1be379
+ sha256sums = 11c6089c5fdd921216aa4eb34b52818a9b091cad655a24aed0982d29e65b279a
sha256sums = 86859c11cfc8ba106a3826479c0bc759324a62150b271dd35d1a0f96e890f52f
sha256sums = f8b1558f6c87b33423da854d42f0f69d47885a96d6bf6ce7f26373e93d47442f
sha256sums = b86b11de8db438c47f0a84c7956740f648d21035f4ee46bfbd50c3348d369121
diff --git a/PKGBUILD b/PKGBUILD
index 9a34e2225bd3..2160297dec11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=chromium-no-extras
-pkgver=89.0.4389.82
-pkgrel=2
+pkgver=89.0.4389.90
+pkgrel=1
_pkgname=chromium
_launcher_ver=7
_gcc_patchset=7
@@ -32,7 +32,7 @@ source=(https://commondatastorage.googleapis.com/chromium-browser-official/$_pkg
x11-ozone-fix-two-edge-cases.patch
chromium-glibc-2.33.patch
use-oauth2-client-switches-as-default.patch)
-sha256sums=('df4914407b68afdc6449cb8e3f1b08d110eb8689ac41f86490e337fa4d1be379'
+sha256sums=('11c6089c5fdd921216aa4eb34b52818a9b091cad655a24aed0982d29e65b279a'
'86859c11cfc8ba106a3826479c0bc759324a62150b271dd35d1a0f96e890f52f'
'f8b1558f6c87b33423da854d42f0f69d47885a96d6bf6ce7f26373e93d47442f'
'b86b11de8db438c47f0a84c7956740f648d21035f4ee46bfbd50c3348d369121'
@@ -127,6 +127,11 @@ prepare() {
}
build() {
+ # optionally hard code makepkg defaults/modify to fit your specific hardware
+ #unset CFLAGS CXXFLAGS
+ #CFLAGS="-march=haswell -O2 -pipe -fstack-protector-strong -fno-plt"
+ #CXXFLAGS="${CFLAGS}"
+
make -C chromium-launcher-$_launcher_ver
cd "$srcdir/$_pkgname-$pkgver"