summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kueng2015-12-29 02:13:59 +0100
committerMax Kueng2015-12-29 02:13:59 +0100
commit24374d2ae00826b0d03f190c71e00a305168b9e4 (patch)
treeb7d6a814d8a81e49e3913ae92adfdb0f362407d1
parentad5ab26434b75f2f48d643eb8a59211f5070a77a (diff)
downloadaur-24374d2ae00826b0d03f190c71e00a305168b9e4.tar.gz
upgrade to YakYak 1.1.1
-rw-r--r--.SRCINFO25
-rw-r--r--PKGBUILD14
-rw-r--r--yakyak.desktop2
3 files changed, 21 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c8883202add..6c80c1bb9919 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
-# Generated by makepkg 4.2.1
-# Fri Aug 7 03:42:52 UTC 2015
+# Generated by mksrcinfo v8
+# Tue Dec 29 01:11:09 UTC 2015
pkgbase = yakyak
pkgdesc = Desktop client for Google Hangouts
- pkgver = 1.1.0
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/yakyak/yakyak
arch = x86_64
@@ -18,16 +18,17 @@ pkgbase = yakyak
depends = nss
depends = libxtst
depends = gtk2
- depends = libgnome-keyring
- noextract = electron-v0.30.2-linux-x64.zip
- source = https://github.com/yakyak/yakyak/archive/v1.1.0.tar.gz
+ depends = libgnome-keyring,
+ depends = icu
+ noextract = electron-v0.36.2-linux-ia32.zip
+ source = https://github.com/yakyak/yakyak/archive/v1.1.1.tar.gz
source = yakyak.desktop
- sha256sums = 13a89d6376d59a8e979d43ec82c26d34a0f9b01fb13d49ff75af1b2eaec221e4
- 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
+ sha256sums = 8422da6fda778d48acec8526e5d76010c2776de8c9794e04c58d1542c2c019fb
+ sha256sums = 12baee4e3e926b765ebe21493adb7aa416165c7191f583694670b08d9b9c5360
+ source_x86_64 = https://github.com/atom/electron/releases/download/v0.36.2/electron-v0.36.2-linux-x64.zip
+ sha256sums_x86_64 = 2db8b41dade18b22cf6f6da7877b70e1bb355640269090437dbe65d79044a705
+ source_i686 = https://github.com/atom/electron/releases/download/v0.36.2/electron-v0.36.2-linux-ia32.zip
+ sha256sums_i686 = 007040ba5b29fa67865fd844cf91fff2bffc39c0b60178c2795bb97047f97450
pkgname = yakyak
diff --git a/PKGBUILD b/PKGBUILD
index 1097fecd4840..bc7ff476a675 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Max Kueng <me [at] maxkueng [dot] com>
pkgname=yakyak
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc="Desktop client for Google Hangouts"
arch=('x86_64' 'i686')
url="https://github.com/yakyak/yakyak"
license=('MIT')
makedepends=('unzip' 'nodejs' 'npm')
-depends=('libgcrypt15' 'libnotify' 'gconf' 'alsa-lib' 'nss' 'libxtst' 'gtk2' 'libgnome-keyring')
+depends=('libgcrypt15' 'libnotify' 'gconf' 'alsa-lib' 'nss' 'libxtst' 'gtk2' 'libgnome-keyring', 'icu')
-_electron_version=0.30.2
+_electron_version=0.36.2
_platform=ia32
[[ $CARCH == 'x86_64' ]] && _arch='x64' || _arch='ia32'
@@ -18,10 +18,10 @@ source=("https://github.com/yakyak/yakyak/archive/v${pkgver}.tar.gz"
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=('13a89d6376d59a8e979d43ec82c26d34a0f9b01fb13d49ff75af1b2eaec221e4'
- 'ba537052daca0bacd1f957792c24150eade47bba296423a7a7d48e92f3946587')
-sha256sums_i686=('ecd0529896d963e6b716eb1003e1747f07752dfd3850f08ed6e012190f30c1fa')
-sha256sums_x86_64=('3475f41619c0764ddaae968c8b600365ef25fe6a66b4b046050c3020bc681f9c')
+sha256sums=('8422da6fda778d48acec8526e5d76010c2776de8c9794e04c58d1542c2c019fb'
+ '12baee4e3e926b765ebe21493adb7aa416165c7191f583694670b08d9b9c5360')
+sha256sums_i686=('007040ba5b29fa67865fd844cf91fff2bffc39c0b60178c2795bb97047f97450')
+sha256sums_x86_64=('2db8b41dade18b22cf6f6da7877b70e1bb355640269090437dbe65d79044a705')
noextract=("electron-v${_electron_version}-linux-${_arch}.zip")
diff --git a/yakyak.desktop b/yakyak.desktop
index aacdb9f64b20..9ec42d72bc03 100644
--- a/yakyak.desktop
+++ b/yakyak.desktop
@@ -1,5 +1,5 @@
[Desktop Entry]
-Name=Yakyak
+Name=YakYak
Comment=Desktop client for Google Hangouts
GenericName=Hangouts Client
Exec=yakyak