From 22c3ea65680209cde12a5eb9ce1549b7f8812ef4 Mon Sep 17 00:00:00 2001 From: Seppia Date: Fri, 2 Mar 2018 11:52:08 +0100 Subject: Changed ungoogled patches sources from git repo to version specific tar archive --- PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index 8b4a88d..03cb6aa 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -27,11 +27,11 @@ conflicts=('chromium' 'inox' 'iridium') source=(https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz chromium-$pkgver.txt::https://chromium.googlesource.com/chromium/src.git/+/$pkgver?format=TEXT - 'ungoogled-chromium::git+https://github.com/Eloston/ungoogled-chromium.git') + 'https://github.com/Eloston/ungoogled-chromium/archive/64.0.3282.186-1.tar.gz') sha256sums=('5fd0218759231ac00cc729235823592f6fd1e4a00ff64780a5fed7ab210f1860' '4dc3428f2c927955d9ae117f2fb24d098cc6dd67adb760ac9c82b522ec8b0587' 'e73f69942af1ba730a700151973fa6309b0586ff45bf35a7fea43f52b54a9cb5' - 'SKIP') + 'd392b0a5da90d92a989c63b4d80da5ca18071e1faf4f1aefe773349e67457a29') # Possible replacements are listed in build/linux/unbundle/replace_gn_files.py # Keys are the names in the above script; values are the dependencies in Arch @@ -65,9 +65,7 @@ readonly _unwanted_bundled_libs=( depends+=(${_system_libs[@]} freetype2 harfbuzz) prepare() { - cd "$srcdir/ungoogled-chromium" - - git checkout develop + cd "$srcdir/ungoogled-chromium-64.0.3282.186-1" msg2 'Processing sources' python3 buildkit-launcher.py genbun -u "$srcdir/chromium-$pkgver/ungoogled" archlinux -- cgit v1.2.3