basename $PWD: update chromium to load chromium-pepper-flash plugin when installed

This commit is contained in:
Enno Boland 2014-02-15 15:03:51 +01:00
parent 3939d87024
commit 4cf30efc74
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
export CHROME_WRAPPER=/usr/lib/chromium/chromium
export CHROME_DESKTOP=chromium.desktop
exec /usr/lib/chromium/chromium "$@"
exec /usr/lib/chromium/chromium $CHROME_FLAGS "$@"

View File

@ -2,7 +2,7 @@
pkgname=chromium
#See http://www.chromium.org/developers/calendar for the latest version
version=32.0.1700.107
revision=1
revision=2
short_desc="Google's attempt at creating a safer, faster, and more stable browser"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.chromium.org/"