summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustKidding <jk@vin.ovh>2022-07-06 12:18:12 -0500
committerJustKidding <jk@vin.ovh>2022-07-06 12:18:12 -0500
commit582949af59bb00a51b9024f72016cee2a6bf3182 (patch)
treed230e8148d71f406e62e83750ebf4acf2cdc0a21
parent0d974ceb3c5597bdbceb16c4d6c2a8a852613470 (diff)
downloadungoogled-chromium-582949af59bb00a51b9024f72016cee2a6bf3182.tar.gz
ungoogled-chromium-582949af59bb00a51b9024f72016cee2a6bf3182.tar.bz2
ungoogled-chromium-582949af59bb00a51b9024f72016cee2a6bf3182.zip
test build
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD19
2 files changed, 16 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db2d203..224868d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = ungoogled-chromium
pkgdesc = A lightweight approach to removing Google web service dependency
- pkgver = 103.0.5060.53
- pkgrel = 2
- url = https://github.com/Eloston/ungoogled-chromium
+ pkgver = 103.0.5060.114
+ pkgrel = 1
+ url = https://github.com/ungoogled-software/ungoogled-chromium
arch = x86_64
license = BSD
makedepends = python
@@ -53,7 +53,7 @@ pkgbase = ungoogled-chromium
conflicts = chromium
options = debug
options = !lto
- source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-103.0.5060.53.tar.xz
+ source = https://vin.ovh/chromium-103.0.5060.114.tar.xz
source = https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
source = https://github.com/stha09/chromium-patches/releases/download/chromium-103-patchset-4/chromium-103-patchset-4.tar.xz
source = enable-GlobalMediaControlsCastStartStop.patch
@@ -61,10 +61,10 @@ pkgbase = ungoogled-chromium
source = sql-make-VirtualCursor-standard-layout-type.patch
source = remove-no-opaque-pointers-flag.patch
source = use-oauth2-client-switches-as-default.patch
- source = ungoogled-chromium-103.0.5060.53-1.tar.gz::https://github.com/Eloston/ungoogled-chromium/archive/103.0.5060.53-1.tar.gz
+ source = ungoogled-chromium-103.0.5060.53-1.tar.gz::https://github.com/ungoogled-software/ungoogled-chromium/archive/103.0.5060.53-1.tar.gz
source = chromium-drirc-disable-10bpc-color-configs.conf
source = ozone-add-va-api-support-to-wayland.patch
- sha256sums = 0ecbae14670506da90c8bf744f83f52a64a5fff0765c2e2e066b0e68b805b101
+ sha256sums = 00ec2f0506802132b8e97eb757365cadf44627ba2ae63509ec24a352e5a8ed76
sha256sums = 213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
sha256sums = fed11a8987d9f9baa04457fb114f8f7fdb800300a3780927020865bcc43e4f52
sha256sums = 779fb13f2494209d3a7f1f23a823e59b9dded601866d3ab095937a1a04e19ac6
diff --git a/PKGBUILD b/PKGBUILD
index d59b7e9..2fb84a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: Seppia <seppia@seppio.fish>
# Maintainer: JustKidding <jk@vin.ovh>
-# Based on aur/chromium-vaapi, with ungoogled-chromium patches
+# Based on extra/chromium, with ungoogled-chromium patches
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
# Contributor: Jan "heftig" Steffens <jan.steffens@gmail.com>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
-
+
pkgname=ungoogled-chromium
-pkgver=103.0.5060.53
-pkgrel=2
+pkgver=103.0.5060.114
+pkgrel=1
_launcher_ver=8
_gcc_patchset=4
pkgdesc="A lightweight approach to removing Google web service dependency"
arch=('x86_64')
-url="https://github.com/Eloston/ungoogled-chromium"
+url="https://github.com/ungoogled-software/ungoogled-chromium"
license=('BSD')
depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'libva'
@@ -27,7 +27,8 @@ optdepends=('pipewire: WebRTC desktop sharing under Wayland'
'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
'kwallet: support for storing passwords in KWallet on Plasma')
options=('debug' '!lto') # Chromium adds its own flags for ThinLTO
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz
+source=(#https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz
+ https://vin.ovh/chromium-$pkgver.tar.xz
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
enable-GlobalMediaControlsCastStartStop.patch
@@ -35,7 +36,7 @@ source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
sql-make-VirtualCursor-standard-layout-type.patch
remove-no-opaque-pointers-flag.patch
use-oauth2-client-switches-as-default.patch)
-sha256sums=('0ecbae14670506da90c8bf744f83f52a64a5fff0765c2e2e066b0e68b805b101'
+sha256sums=('00ec2f0506802132b8e97eb757365cadf44627ba2ae63509ec24a352e5a8ed76'
'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
'fed11a8987d9f9baa04457fb114f8f7fdb800300a3780927020865bcc43e4f52'
'779fb13f2494209d3a7f1f23a823e59b9dded601866d3ab095937a1a04e19ac6'
@@ -45,8 +46,8 @@ sha256sums=('0ecbae14670506da90c8bf744f83f52a64a5fff0765c2e2e066b0e68b805b101'
'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
provides=('chromium')
conflicts=('chromium')
-_uc_usr=Eloston
-_uc_ver=$pkgver-1
+_uc_usr=ungoogled-software
+_uc_ver=103.0.5060.53-1
source=(${source[@]}
$pkgname-$_uc_ver.tar.gz::https://github.com/$_uc_usr/ungoogled-chromium/archive/$_uc_ver.tar.gz
chromium-drirc-disable-10bpc-color-configs.conf