[arch-commits] Commit in chromium/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Wed Jun 21 03:50:27 UTC 2017


    Date: Wednesday, June 21, 2017 @ 03:50:26
  Author: foutrelis
Revision: 299092

upgpkg: chromium 59.0.3071.109-1

New upstream release; bump launcher version.

Modified:
  chromium/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-20 23:47:32 UTC (rev 299091)
+++ PKGBUILD	2017-06-21 03:50:26 UTC (rev 299092)
@@ -25,9 +25,9 @@
 )
 
 pkgname=chromium
-pkgver=59.0.3071.104
+pkgver=59.0.3071.109
 pkgrel=1
-_launcher_ver=4
+_launcher_ver=5
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('i686' 'x86_64')
 url="https://www.chromium.org/Home"
@@ -36,13 +36,13 @@
          'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'desktop-file-utils'
          'hicolor-icon-theme')
 depends+=(${_system_libs[@]})
-makedepends=('python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'go' 'git')
+makedepends=('python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git')
 optdepends=('kdialog: needed for file dialogs in KDE'
             'gnome-keyring: for storing passwords in GNOME keyring'
             'kwallet: for storing passwords in KWallet')
 install=chromium.install
 source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-        git+https://github.com/foutrelis/chromium-launcher.git#tag=v$_launcher_ver
+        chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
         chromium.desktop
         chromium-system-ffmpeg-r6.patch
         0001-ClientNativePixmapFactoryDmabuf-uses-ioctl-instead-o.patch
@@ -50,8 +50,8 @@
         chromium-blink-gcc7.patch
         chromium-v8-gcc7.patch
         chromium-widevine.patch)
-sha256sums=('a949fa166cdcdbd8419fbdb4583804613d9845130f0c851e4c647d79a4c300d0'
-            'SKIP'
+sha256sums=('83faeb3537428d83728258b28e907caaee6e6572bcd7d9b9a5f6009e7ea758d9'
+            '4dc3428f2c927955d9ae117f2fb24d098cc6dd67adb760ac9c82b522ec8b0587'
             '028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9'
             '2fc21f48b95f9f2c2bd8576742fcf8028a8877c6b6e96c04d88184915982234e'
             '9c081c84a4f85dbef82a9edf34cf0b1e8377c563874fd9c1b4efddf1476748f9'
@@ -69,9 +69,6 @@
 _google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
 
 prepare() {
-  cd chromium-launcher
-  git submodule update --init
-
   cd "$srcdir/$pkgname-$pkgver"
 
   # Enable support for the Widevine CDM plugin
@@ -121,7 +118,7 @@
 }
 
 build() {
-  make -C chromium-launcher
+  make -C chromium-launcher-$_launcher_ver
 
   cd "$srcdir/$pkgname-$pkgver"
 
@@ -163,7 +160,7 @@
 }
 
 package() {
-  cd chromium-launcher
+  cd chromium-launcher-$_launcher_ver
   make PREFIX=/usr DESTDIR="$pkgdir" install
   install -Dm644 LICENSE \
     "$pkgdir/usr/share/licenses/chromium/LICENSE.launcher"



More information about the arch-commits mailing list