summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8e4b18986f1..d1ecf28e3e05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Sep 27 18:51:10 UTC 2016
+# Tue Sep 27 19:02:59 UTC 2016
pkgbase = chromium-dev
pkgdesc = The open-source project behind Google Chrome (Dev Channel)
pkgver = 55.0.2868.3
@@ -48,7 +48,7 @@ pkgbase = chromium-dev
optdepends = libexif: Need for read EXIF metadata
optdepends = ttf-font: For some typography
optdepends = libappindicator-gtk3: Needed for show systray icon in the panel in plasma-next (KF5)
- noextract = chromium-browser_${pkgver}-0ubuntu1~ppa2~16.10.1.debian.tar.xz
+ noextract = chromium-browser_55.0.2868.3-0ubuntu1~ppa2~16.10.1.debian.tar.xz
options = !strip
source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-55.0.2868.3.tar.xz
source = chromium-launcher-3.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 6b0aab86359d..5287ae63afe7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -112,7 +112,7 @@ sha1sums=( #"$(curl -sL https://gsdview.appspot.com/chromium-browser-official/?m
)
options=('!strip')
install=chromium-dev.install
-noextract=('chromium-browser_${pkgver}-0ubuntu1~ppa2~16.10.1.debian.tar.xz')
+noextract=("chromium-browser_${pkgver}-0ubuntu1~ppa2~16.10.1.debian.tar.xz")
################################################
## -- Don't touch anything below this line -- ##