Author: bdubbs
Date: Wed Dec 7 10:46:20 2016
New Revision: 18043
Log:
Update script for chromium
Modified:
trunk/scripts/blfs-chapter43.php
Modified: trunk/scripts/blfs-chapter43.php
==============================================================================
--- trunk/scripts/blfs-chapter43.php Tue Dec 6 08:02:50 2016 (r18042)
+++ trunk/scripts/blfs-chapter43.php Wed Dec 7 10:46:20 2016 (r18043)
@@ -14,7 +14,6 @@
$ignores[ 'chromium-launcher' ] = '';
$ignores[ 'flash_player_ppapi_linux.x' ] = '';
$ignores[ 'flash_player_ppapi_linux.i' ] = '';
-$ignores[ 'chromium-launcher' ] = '';
$libreoffice = array();
@@ -22,7 +21,8 @@
$regex = array();
$regex[ 'inkscape' ] = "/^.*Latest.*(\d[\d\.]+\d).*$/";
-$regex[ 'chromium' ] = "/^.*stable.*updated to (\d[\d\.]+\d) for
Windows.*$/";
+//$regex[ 'chromium' ] = "/^.*stable.*updated to (\d[\d\.]+\d) for
Windows.*$/";
+$regex[ 'chromium' ] = "/^pkgver=(\d[\d\.]+\d).*$/";
$regex[ 'gnucash' ] = "/^.*Download gnucash-(\d[\d\.]+\d).tar.*$/";
$regex[ 'pidgen' ] = "/^.*Download pidgin-(\d[\d\.]+\d).*$/";
$regex[ 'fontforge-dist'] = "/^.*fontforge-dist-(20\d+).tar.*$/";
@@ -35,7 +35,8 @@
array( 'pkg' => 'chromium',
'match' => '^.*$',
- 'replace' => "https://googlechromereleases.blogspot.com/" ),
+ //'replace' => "https://googlechromereleases.blogspot.com/" ),
+ 'replace' =>
"https://git.archlinux.org/svntogit/packages.git/plain/trunk/PKGBUILD?h=packages/chromium"
),
array( 'pkg' => 'gnucash',
'match' => '^.*$',
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page