summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDet2017-09-27 21:29:07 +0300
committerDet2017-09-27 21:29:07 +0300
commite1813497452caadc608e963131b3df40ced889fd (patch)
tree84f8c4646ca3088ca1c85cc4f02fecd97d932f4e /PKGBUILD
parent770234ab1ebcf8e42bd461a298918b4ef611c993 (diff)
downloadaur-e1813497452caadc608e963131b3df40ced889fd.tar.gz
Fix build + Bump: 63.0.3226.0.r504727
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0177fa5ffe36..1fa256168bad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributors: Ner0, alexwizard, thotypous, jdhore, xduugu, randypenguin, bdheeman, AlK
pkgname=chromium-snapshot-bin
-pkgver=58.0.3001.0.r447745
+pkgver=63.0.3226.0.r504727
pkgrel=1
pkgdesc="The open-source project behind Google Chrome (Latest Snapshot)"
arch=('x86_64')
@@ -73,8 +73,10 @@ package() {
done
# Man page
- gzip -9 chrome-linux/chrome.1
- mv chrome-linux/chrome.1.gz "$pkgdir"/usr/share/man/man1/$pkgname.1.gz
+ if [[ -f chrome-linux/chrome.1 ]]; then
+ gzip -9 chrome-linux/chrome.1
+ mv chrome-linux/chrome.1.gz "$pkgdir"/usr/share/man/man1/$pkgname.1.gz
+ fi
# License
install -m644 LICENSE "$pkgdir"/usr/share/licenses/${pkgname/-bin}/