summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kueng2016-08-22 02:00:42 +0200
committerMax Kueng2016-08-22 02:00:42 +0200
commitad5ea2a8276445c34285bcfecebdc926aea2c359 (patch)
tree1139715a7deda883c0a5b8acd4e1dbc375d3ded2
parenteed8f0aaadc786cd92c05167ca09d5a621df7bc4 (diff)
downloadaur-ad5ea2a8276445c34285bcfecebdc926aea2c359.tar.gz
update electron download path
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a497d9960aa..570285eb5f8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yakyak
pkgdesc = Desktop client for Google Hangouts
pkgver = 1.3.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/yakyak/yakyak
arch = x86_64
arch = i686
@@ -23,9 +23,9 @@ pkgbase = yakyak
source = yakyak.desktop
sha256sums = 47bdbe9c3c3f7d6f6f02f4e7ceb5cbb3d8bb77f939c5d9dd64b2882f856b74c5
sha256sums = 12baee4e3e926b765ebe21493adb7aa416165c7191f583694670b08d9b9c5360
- source_x86_64 = https://github.com/atom/electron/releases/download/v1.2.1/electron-v1.2.1-linux-x64.zip
+ source_x86_64 = https://github.com/electron/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
+ source_i686 = https://github.com/electron/electron/releases/download/v1.2.1/electron-v1.2.1-linux-ia32.zip
sha256sums_i686 = cecdd036689eb5ea90ad0f35da38505a95ad7120dfb8653387e5abdd142a77cd
pkgname = yakyak
diff --git a/PKGBUILD b/PKGBUILD
index e49811d82009..27bda07ddc57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Max Kueng <me [at] maxkueng [dot] com>
pkgname=yakyak
pkgver=1.3.0
-pkgrel=2
+pkgrel=3
pkgdesc="Desktop client for Google Hangouts"
arch=('x86_64' 'i686')
url="https://github.com/yakyak/yakyak"
@@ -15,8 +15,8 @@ _platform=ia32
source=("https://github.com/yakyak/yakyak/archive/v${pkgver}.tar.gz"
"yakyak.desktop")
-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")
+source_i686=("https://github.com/electron/electron/releases/download/v${_electron_version}/electron-v${_electron_version}-linux-ia32.zip")
+source_x86_64=("https://github.com/electron/electron/releases/download/v${_electron_version}/electron-v${_electron_version}-linux-x64.zip")
sha256sums=('47bdbe9c3c3f7d6f6f02f4e7ceb5cbb3d8bb77f939c5d9dd64b2882f856b74c5'
'12baee4e3e926b765ebe21493adb7aa416165c7191f583694670b08d9b9c5360')