mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/chromium to 41.0.2272.76-1
This commit is contained in:
parent
34b51cd0dc
commit
d85fe44bd1
1 changed files with 5 additions and 4 deletions
|
@ -21,7 +21,7 @@
|
|||
buildarch=4
|
||||
|
||||
pkgname=chromium
|
||||
pkgver=40.0.2214.115
|
||||
pkgver=41.0.2272.76
|
||||
pkgrel=1
|
||||
pkgdesc="The open-source project behind Google Chrome, an attempt at creating a safer, faster, and more stable browser"
|
||||
arch=('armv6h' 'armv7h')
|
||||
|
@ -50,7 +50,7 @@ source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgn
|
|||
skia.patch
|
||||
v6-ffmpeg.patch
|
||||
chromium-webkit-buffer-overflow.patch)
|
||||
sha256sums=('2261b96dba5747b52512e2391956c54f4e36b9bbaa310b16c7fb0f1e4efba6a5'
|
||||
sha256sums=('31e2ae88ad4604e79dbcf7258f66106bd51e88413ebda6a1b1d181967535cd8a'
|
||||
'09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
|
||||
'478340d5760a9bd6c549e19b1b5d1c5b4933ebf5f8cfb2b3e2d70d07443fe232'
|
||||
'db3a2ea59c64f5aa4618a385b9db0ac488e900664126af578676b5f09939f9f6'
|
||||
|
@ -197,8 +197,9 @@ package() {
|
|||
install -Dm4755 -o root -g root out/Release/chrome_sandbox \
|
||||
"$pkgdir/usr/lib/chromium/chrome-sandbox"
|
||||
|
||||
cp out/Release/{*.pak,libffmpegsumo.so,libpdf.so} "$pkgdir/usr/lib/chromium/"
|
||||
|
||||
cp out/Release/{*.pak,*.bin,libffmpegsumo.so,libpdf.so} \
|
||||
"$pkgdir/usr/lib/chromium/"
|
||||
|
||||
strip $STRIP_SHARED "$pkgdir/usr/lib/chromium/libffmpegsumo.so" \
|
||||
"$pkgdir/usr/lib/chromium/libpdf.so"
|
||||
|
||||
|
|
Loading…
Reference in a new issue