Browse Source

Update to version 72.0.3626.96-1

seppiofish 6 years ago
parent
commit
c7ee2f439b
2 changed files with 22 additions and 28 deletions
  1. 17 19
      .SRCINFO
  2. 5 9
      PKGBUILD

+ 17 - 19
.SRCINFO

@@ -1,7 +1,7 @@
 pkgbase = ungoogled-chromium
 	pkgdesc = Modifications to Google Chromium for removing Google integration and enhancing privacy, control, and transparency
-	pkgver = 71.0.3578.98
-	pkgrel = 2
+	pkgver = 72.0.3626.96
+	pkgrel = 1
 	url = https://github.com/Eloston/ungoogled-chromium
 	arch = x86_64
 	license = BSD
@@ -34,22 +34,22 @@ pkgbase = ungoogled-chromium
 	depends = desktop-file-utils
 	depends = hicolor-icon-theme
 	depends = jsoncpp
-	depends = flac
-	depends = ffmpeg
-	depends = fontconfig
-	depends = libvpx
 	depends = icu
-	depends = opus
-	depends = minizip
 	depends = libxml2
+	depends = fontconfig
 	depends = harfbuzz
-	depends = libxslt
-	depends = freetype2
-	depends = re2
-	depends = libwebp
+	depends = libvpx
 	depends = libjpeg
-	depends = snappy
+	depends = re2
 	depends = libevent
+	depends = snappy
+	depends = ffmpeg
+	depends = flac
+	depends = libwebp
+	depends = minizip
+	depends = libxslt
+	depends = freetype2
+	depends = opus
 	optdepends = pepper-flash: support for Flash content
 	optdepends = kdialog: needed for file dialogs in KDE
 	optdepends = gnome-keyring: for storing passwords in GNOME keyring
@@ -59,14 +59,12 @@ pkgbase = ungoogled-chromium
 	optdepends = libva-vdpau-driver: for hardware video acceleration with NVIDIA GPUs
 	provides = chromium
 	conflicts = chromium
-	source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-71.0.3578.98.tar.xz
+	source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-72.0.3626.96.tar.xz
 	source = chromium-launcher-6.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v6.tar.gz
-	source = https://github.com/Eloston/ungoogled-chromium/archive/71.0.3578.98-2.tar.gz
-	source = chromium-harfbuzz-2.0.patch
-	sha256sums = 1c56a9e30825774c83d568d194e9585625c6e90f81ee0ef09760fcedc86b9d45
+	source = https://github.com/Eloston/ungoogled-chromium/archive/72.0.3626.96-1.tar.gz
+	sha256sums = b2daf52aac4d9eba0ab9f034db6f2411ad6930dd02544c4b583e3a6e49dcaa3b
 	sha256sums = 04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1
-	sha256sums = 1b6b7a9ef38e3325d409b539cce22ad112b2e3f2ca4947b7d224d1ce917b4e9a
-	sha256sums = bad4d4a3065f1432d5f9189e29c6bf1d7fe1d365b6c7c4ff51b294569b20e962
+	sha256sums = 797ac0ec341324e31296d75ecaefc6dd112c702f44de25c46f523e3bd26fdb00
 
 pkgname = ungoogled-chromium
 

+ 5 - 9
PKGBUILD

@@ -3,8 +3,8 @@
 # Derived from official Chromium and Inox PKGBUILDS and ungoogled-chromium buildkit
 
 pkgname=ungoogled-chromium
-pkgver=71.0.3578.98
-pkgrel=2
+pkgver=72.0.3626.96
+pkgrel=1
 _launcher_ver=6
 pkgdesc="Modifications to Google Chromium for removing Google integration and enhancing privacy, control, and transparency"
 arch=('x86_64')
@@ -26,12 +26,10 @@ provides=('chromium')
 conflicts=('chromium')
 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
-        https://github.com/Eloston/ungoogled-chromium/archive/$pkgver-$pkgrel.tar.gz
-        chromium-harfbuzz-2.0.patch)
-sha256sums=('1c56a9e30825774c83d568d194e9585625c6e90f81ee0ef09760fcedc86b9d45'
+        https://github.com/Eloston/ungoogled-chromium/archive/$pkgver-$pkgrel.tar.gz)
+sha256sums=('b2daf52aac4d9eba0ab9f034db6f2411ad6930dd02544c4b583e3a6e49dcaa3b'
             '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-            '1b6b7a9ef38e3325d409b539cce22ad112b2e3f2ca4947b7d224d1ce917b4e9a'
-            'bad4d4a3065f1432d5f9189e29c6bf1d7fe1d365b6c7c4ff51b294569b20e962')
+            '797ac0ec341324e31296d75ecaefc6dd112c702f44de25c46f523e3bd26fdb00')
 
 # 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
@@ -68,8 +66,6 @@ prepare() {
 
   cd "$srcdir/chromium-$pkgver"
 
-  patch -Np1 -i ../chromium-harfbuzz-2.0.patch
-
   msg2 'Pruning binaries'
   python "$_buildkit_cli" prune -b "$_config_bundle" ./
   msg2 'Applying patches'