summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjk2021-05-30 00:02:31 -0500
committerjk2021-05-30 00:02:31 -0500
commit0fc41af97128d314ce2fb2bcf6a36c0a4eaa5206 (patch)
treebb847921232ee50da0a047948812bee5dc156bf0
parentc5f20aa73a2847b42d2c9c1a7f66cdb335c5353e (diff)
downloadaur-0fc41af97128d314ce2fb2bcf6a36c0a4eaa5206.tar.gz
fix url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 177357f818c1..658056d4c782 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -52,7 +52,7 @@ pkgbase = ungoogled-chromium
optdepends = kwallet: support for storing passwords in KWallet on Plasma
provides = chromium
conflicts = chromium
- source = https://commondatastorage.googleapis.com/chromium-browser-official/ungoogled-chromium-91.0.4472.77.tar.xz
+ source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-91.0.4472.77.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-91-patchset-5/chromium-91-patchset-5.tar.xz
source = fix-crash-in-ThemeService.patch
diff --git a/PKGBUILD b/PKGBUILD
index e251aff08415..5a14cdc7f097 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,7 +33,7 @@ optdepends=('pipewire: WebRTC desktop sharing under Wayland'
'kwallet: support for storing passwords in KWallet on Plasma')
provides=('chromium')
conflicts=('chromium')
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
+source=(https://commondatastorage.googleapis.com/chromium-browser-official/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
fix-crash-in-ThemeService.patch