diff --git a/.SRCINFO b/.SRCINFO index 6d0d5ba..bfb4348 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = google-chrome pkgdesc = An attempt at creating a safer, faster, and more stable browser (Stable Channel). NOTE: If the md5sums don't match, don't post the makepkg output. Simply flag the package. - pkgver = 48.0.2564.82 + pkgver = 48.0.2564.97 pkgrel = 1 url = https://www.google.com/chrome/index.html install = google-chrome.install @@ -36,10 +36,10 @@ pkgbase = google-chrome source = eula_text.html md5sums = 99fa93d5e7fb5d622cef0f9621f3ffa3 md5sums = b7e752f549b215ac77f284b6486794b6 - source_i686 = google-chrome-stable_48.0.2564.82_i386.deb::https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb - md5sums_i686 = f33176ca6dec52780ecb5ae0eb8db0d8 - source_x86_64 = google-chrome-stable_48.0.2564.82_amd64.deb::https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb - md5sums_x86_64 = 40f60779d04053b4aac829cc28af0ddf + source_i686 = google-chrome-stable_48.0.2564.97_i386.deb::https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb + md5sums_i686 = 3ab87e3e3fa1e017a86d4e58b8955206 + source_x86_64 = google-chrome-stable_48.0.2564.97_amd64.deb::https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb + md5sums_x86_64 = 0a5fecb92e1b51c207515769cb9b1d01 pkgname = google-chrome diff --git a/PKGBUILD b/PKGBUILD index fd1465d..88c5180 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ # or use: $ curl -s https://dl.google.com/linux/chrome/rpm/stable/x86_64/repodata/other.xml.gz | gzip -df | awk -F\" '/pkgid/{ sub(".*-","",$4); print $4": "$10 }' pkgname=google-chrome -pkgver=48.0.2564.82 +pkgver=48.0.2564.97 pkgrel=1 pkgdesc="An attempt at creating a safer, faster, and more stable browser (Stable Channel)" arch=('i686' 'x86_64') @@ -26,8 +26,8 @@ source_i686=("google-chrome-${_channel}_${pkgver}_i386.deb::https://dl.google.co source_x86_64=("google-chrome-${_channel}_${pkgver}_amd64.deb::https://dl.google.com/linux/direct/google-chrome-${_channel}_current_amd64.deb") md5sums=('99fa93d5e7fb5d622cef0f9621f3ffa3' 'b7e752f549b215ac77f284b6486794b6') -md5sums_i686=('f33176ca6dec52780ecb5ae0eb8db0d8') -md5sums_x86_64=('40f60779d04053b4aac829cc28af0ddf') +md5sums_i686=('3ab87e3e3fa1e017a86d4e58b8955206') +md5sums_x86_64=('0a5fecb92e1b51c207515769cb9b1d01') package() { msg2 "Extracting the data.tar.lzma..."