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 8ca42d1a69d7..9a17faadf148 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yakyak-git
pkgdesc = Desktop client for Google Hangouts
pkgver = 1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/yakyak/yakyak
arch = x86_64
arch = i686
@@ -21,15 +21,15 @@ pkgbase = yakyak-git
depends = icu
provides = yakyak
conflicts = yakyak
- noextract = electron-v0.30.2-linux-ia32.zip
+ noextract = electron-v1.2.1-linux-ia32.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/v0.30.2/electron-v0.30.2-linux-x64.zip
- sha256sums_x86_64 = 3475f41619c0764ddaae968c8b600365ef25fe6a66b4b046050c3020bc681f9c
- source_i686 = https://github.com/atom/electron/releases/download/v0.30.2/electron-v0.30.2-linux-ia32.zip
- sha256sums_i686 = ecd0529896d963e6b716eb1003e1747f07752dfd3850f08ed6e012190f30c1fa
+ source_x86_64 = https://github.com/atom/electron/releases/download/v1.2.1/electron-v1.2.1-linux-x64.zip
+ sha256sums_x86_64 = 954dd9054a9f8735b4c09755da910e98ec23cfdb9e2c5ff32dba04cb7a5e0151
+ source_i686 = https://github.com/atom/electron/releases/download/v1.2.1/electron-v1.2.1-linux-ia32.zip
+ sha256sums_i686 = cecdd036689eb5ea90ad0f35da38505a95ad7120dfb8653387e5abdd142a77cd
pkgname = yakyak-git
diff --git a/PKGBUILD b/PKGBUILD
index c4f2ee5a9057..c3abce3e8f38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: mkzero <me [at] linux-web-development [dot] de>
pkgname=yakyak-git
pkgver=1
-pkgrel=3
+pkgrel=4
pkgdesc="Desktop client for Google Hangouts"
arch=('x86_64' 'i686')
url="https://github.com/yakyak/yakyak"
@@ -11,7 +11,7 @@ depends=('libgcrypt15' 'libnotify' 'gconf' 'alsa-lib' 'nss' 'libxtst' 'gtk2' 'li
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-_electron_version=0.30.2
+_electron_version=1.2.1
_platform=ia32
[[ $CARCH == 'x86_64' ]] && _arch='x64' || _arch='ia32'
@@ -20,9 +20,10 @@ source=("${pkgname%-git}::git+https://github.com/yakyak/yakyak#branch=master"
source_i686=("https://github.com/atom/electron/releases/download/v${_electron_version}/electron-v${_electron_version}-linux-ia32.zip")
source_x86_64=("https://github.com/atom/electron/releases/download/v${_electron_version}/electron-v${_electron_version}-linux-x64.zip")
-sha256sums=('SKIP' 'ba537052daca0bacd1f957792c24150eade47bba296423a7a7d48e92f3946587')
-sha256sums_i686=('ecd0529896d963e6b716eb1003e1747f07752dfd3850f08ed6e012190f30c1fa')
-sha256sums_x86_64=('3475f41619c0764ddaae968c8b600365ef25fe6a66b4b046050c3020bc681f9c')
+sha256sums=('SKIP'
+ 'ba537052daca0bacd1f957792c24150eade47bba296423a7a7d48e92f3946587')
+sha256sums_x86_64=('954dd9054a9f8735b4c09755da910e98ec23cfdb9e2c5ff32dba04cb7a5e0151')
+sha256sums_i686=('cecdd036689eb5ea90ad0f35da38505a95ad7120dfb8653387e5abdd142a77cd')
noextract=("electron-v${_electron_version}-linux-${_arch}.zip")