Browse Source

Changed ungoogled patches sources from git repo to version specific tar archive

Seppia 7 years ago
parent
commit
22c3ea6568
2 changed files with 5 additions and 7 deletions
  1. 2 2
      .SRCINFO
  2. 3 5
      PKGBUILD

+ 2 - 2
.SRCINFO

@@ -59,11 +59,11 @@ pkgbase = ungoogled-chromium
 	source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-64.0.3282.186.tar.xz
 	source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-64.0.3282.186.tar.xz
 	source = chromium-launcher-5.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v5.tar.gz
 	source = chromium-launcher-5.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v5.tar.gz
 	source = chromium-64.0.3282.186.txt::https://chromium.googlesource.com/chromium/src.git/+/64.0.3282.186?format=TEXT
 	source = chromium-64.0.3282.186.txt::https://chromium.googlesource.com/chromium/src.git/+/64.0.3282.186?format=TEXT
-	source = ungoogled-chromium::git+https://github.com/Eloston/ungoogled-chromium.git
+	source = https://github.com/Eloston/ungoogled-chromium/archive/64.0.3282.186-1.tar.gz
 	sha256sums = 5fd0218759231ac00cc729235823592f6fd1e4a00ff64780a5fed7ab210f1860
 	sha256sums = 5fd0218759231ac00cc729235823592f6fd1e4a00ff64780a5fed7ab210f1860
 	sha256sums = 4dc3428f2c927955d9ae117f2fb24d098cc6dd67adb760ac9c82b522ec8b0587
 	sha256sums = 4dc3428f2c927955d9ae117f2fb24d098cc6dd67adb760ac9c82b522ec8b0587
 	sha256sums = e73f69942af1ba730a700151973fa6309b0586ff45bf35a7fea43f52b54a9cb5
 	sha256sums = e73f69942af1ba730a700151973fa6309b0586ff45bf35a7fea43f52b54a9cb5
-	sha256sums = SKIP
+	sha256sums = d392b0a5da90d92a989c63b4d80da5ca18071e1faf4f1aefe773349e67457a29
 
 
 pkgname = ungoogled-chromium
 pkgname = ungoogled-chromium
 
 

+ 3 - 5
PKGBUILD

@@ -27,11 +27,11 @@ conflicts=('chromium' 'inox' 'iridium')
 source=(https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz
 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-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
         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'
 sha256sums=('5fd0218759231ac00cc729235823592f6fd1e4a00ff64780a5fed7ab210f1860'
             '4dc3428f2c927955d9ae117f2fb24d098cc6dd67adb760ac9c82b522ec8b0587'
             '4dc3428f2c927955d9ae117f2fb24d098cc6dd67adb760ac9c82b522ec8b0587'
             'e73f69942af1ba730a700151973fa6309b0586ff45bf35a7fea43f52b54a9cb5'
             'e73f69942af1ba730a700151973fa6309b0586ff45bf35a7fea43f52b54a9cb5'
-            'SKIP')
+            'd392b0a5da90d92a989c63b4d80da5ca18071e1faf4f1aefe773349e67457a29')
 
 
 # Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
 # 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
 # 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)
 depends+=(${_system_libs[@]} freetype2 harfbuzz)
 
 
 prepare() {
 prepare() {
-  cd "$srcdir/ungoogled-chromium"
-
-  git checkout develop
+  cd "$srcdir/ungoogled-chromium-64.0.3282.186-1"
 
 
   msg2 'Processing sources'
   msg2 'Processing sources'
   python3 buildkit-launcher.py genbun -u "$srcdir/chromium-$pkgver/ungoogled" archlinux
   python3 buildkit-launcher.py genbun -u "$srcdir/chromium-$pkgver/ungoogled" archlinux