diff --git a/.SRCINFO b/.SRCINFO index c63cd3d..c1603bc 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -33,7 +33,7 @@ pkgbase = google-chrome-dev source = google-chrome-unstable_55.0.2882.0_amd64.deb::https://dl.google.com/linux/direct/google-chrome-unstable_current_amd64.deb source = https://www.google.com/chrome/browser/privacy/eula_text.html source = google-chrome-unstable.sh - source = StartupWMClass_and_GNOME3-context-menu.patch + source = StartupWMClass-and-GNOME3-context-menu.patch md5sums = 8373f51fa04217cf7c15f16baa9271b5 md5sums = SKIP md5sums = 11b55a3fec7279db32b63e3a0b97dc01 diff --git a/PKGBUILD b/PKGBUILD index 24de97d..3c01bdb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -23,11 +23,11 @@ _channel=unstable source=("google-chrome-${_channel}_${pkgver}_amd64.deb::https://dl.google.com/linux/direct/google-chrome-${_channel}_current_amd64.deb" "$url/browser/privacy/eula_text.html" 'google-chrome-unstable.sh' - 'StartupWMClass_and_GNOME3-context-menu.patch') + 'StartupWMClass-and-GNOME3-context-menu.patch') md5sums=('8373f51fa04217cf7c15f16baa9271b5' 'SKIP' '11b55a3fec7279db32b63e3a0b97dc01' - '12ad81f7e06457c9fa7e2536d32f2bd0') + '12ad81f7e06457c9fa7e2536d32f2bd0') ## Previous build (also see: /var/cache/pacman/pkg/google-chrome-dev-*): #source[0]='http://mirror.glendaleacademy.org/chrome/pool/main/g/google-chrome-unstable/google-chrome-unstable_55.0.2873.0-1_amd64.deb' @@ -58,7 +58,7 @@ package() { msg2 "Fixing Chrome icon resolution and GNOME 3 context menu..." cd "$pkgdir" - patch -p0 -i "$srcdir"/StartupWMClass_and_GNOME3-context-menu.patch + patch -p0 -i "$srcdir"/StartupWMClass-and-GNOME3-context-menu.patch msg2 "Removing Debian Cron job and duplicate product logos..." rm -r "$pkgdir"/etc/cron.daily/ "$pkgdir"/opt/google/chrome-$_channel/cron/ diff --git a/StartupWMClass_and_GNOME3-context-menu.patch b/StartupWMClass-and-GNOME3-context-menu.patch similarity index 100% rename from StartupWMClass_and_GNOME3-context-menu.patch rename to StartupWMClass-and-GNOME3-context-menu.patch