summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD11
2 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbd5c842a3e8..54b32206258b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yakyak-git
pkgdesc = Desktop client for Google Hangouts
- pkgver = v1.2.0.r916.g5a3ccfe
- pkgrel = 2
+ pkgver = v1.2.0.r990.g3c12942
+ pkgrel = 1
url = https://github.com/yakyak/yakyak
arch = x86_64
arch = i686
@@ -21,14 +21,14 @@ pkgbase = yakyak-git
depends = icu
provides = yakyak
conflicts = yakyak
- noextract = electron-v1.4.10-linux-x64.zip
+ noextract = electron-v4.1.4-linux-x64.zip
source = yakyak::git+https://github.com/yakyak/yakyak#branch=master
source = yakyak.desktop
sha256sums = SKIP
sha256sums = ba537052daca0bacd1f957792c24150eade47bba296423a7a7d48e92f3946587
- source_x86_64 = https://github.com/atom/electron/releases/download/v1.4.10/electron-v1.4.10-linux-x64.zip
- sha256sums_x86_64 = ce6bf2fa183a5f3bae6bac2bd3d48cbbfa289a2dad45282dedd1a27731f4b564
- source_i686 = https://github.com/atom/electron/releases/download/v1.4.10/electron-v1.4.10-linux-ia32.zip
+ source_x86_64 = https://github.com/atom/electron/releases/download/v4.1.4/electron-v4.1.4-linux-x64.zip
+ sha256sums_x86_64 = c62add4ae9811abaab0306f6d595f17511b4275f08a6f12c81a429758fc19e16
+ source_i686 = https://github.com/atom/electron/releases/download/v4.1.4/electron-v4.1.4-linux-ia32.zip
sha256sums_i686 = 192c4602198eb94e8d0b2b8188af90222131d8d1f9d9155b341ae5722f9202a3
pkgname = yakyak-git
diff --git a/PKGBUILD b/PKGBUILD
index 8d569bd22748..b5ce96cd0f5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Michael J. Pento <mjpento@verizon.net>
-# Maintainer: mkzero <me [at] linux-web-development [dot] de>
+
pkgname=yakyak-git
-pkgver=v1.2.0.r916.g5a3ccfe
-pkgrel=2
+pkgver=v1.2.0.r990.g3c12942
+pkgrel=1
pkgdesc="Desktop client for Google Hangouts"
arch=('x86_64' 'i686')
url="https://github.com/yakyak/yakyak"
@@ -12,7 +12,8 @@ depends=('libgcrypt15' 'libnotify' 'gconf' 'alsa-lib' 'nss' 'libxtst' 'gtk2' 'li
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-_electron_version=1.4.10
+#_electron_version=1.4.10
+_electron_version=4.1.4
_platform=ia32
[[ $CARCH == 'x86_64' ]] && _arch='x64' || _arch='ia32'
@@ -23,7 +24,7 @@ source_x86_64=("https://github.com/atom/electron/releases/download/v${_electron_
sha256sums=('SKIP'
'ba537052daca0bacd1f957792c24150eade47bba296423a7a7d48e92f3946587')
-sha256sums_x86_64=('ce6bf2fa183a5f3bae6bac2bd3d48cbbfa289a2dad45282dedd1a27731f4b564')
+sha256sums_x86_64=('c62add4ae9811abaab0306f6d595f17511b4275f08a6f12c81a429758fc19e16')
sha256sums_i686=('192c4602198eb94e8d0b2b8188af90222131d8d1f9d9155b341ae5722f9202a3')
noextract=("electron-v${_electron_version}-linux-${_arch}.zip")