summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Lowe2016-05-30 13:16:58 -0400
committerNathan Lowe2016-05-30 13:16:58 -0400
commitd970dd51b406429f2c3f3e4dae8666f204f5ce16 (patch)
treea4f2184dd61dea4161006cd803ba40a947f31e38
parent83b9ebec439e1fe500b12bd497d79d359578ced8 (diff)
downloadaur-d970dd51b406429f2c3f3e4dae8666f204f5ce16.tar.gz
Update for release 1.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cc4f3d722fc..a6e497986a17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ghetto-skype
pkgdesc = Web Skype + Tray Icon + Notifications
- pkgver = 1.2.2
+ pkgver = 1.2.3
pkgrel = 1
url = https://github.com/stanfieldr/ghetto-skype
install = ghetto-skype.install
@@ -9,8 +9,8 @@ pkgbase = ghetto-skype
makedepends = npm
depends = libappindicator-gtk2
depends = electron
- source = https://github.com/stanfieldr/ghetto-skype/archive/v1.2.2.tar.gz
- sha256sums = fcf3e2b572fd5b24b623fff5e533a06573ff0bac02e06e93badfa520ee5fa2dd
+ source = https://github.com/stanfieldr/ghetto-skype/archive/v1.2.3.tar.gz
+ sha256sums = fab4ad56875fe663ae7986e416c901b1dfecc94486f8e32904fc35f805025bdb
pkgname = ghetto-skype
diff --git a/PKGBUILD b/PKGBUILD
index a724e054b165..06bb6b1a09d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# https://github.com/techwiz24/aur-ghetto-skype
pkgname=ghetto-skype
-pkgver=1.2.2
+pkgver=1.2.3
pkgrel=1
pkgdesc='Web Skype + Tray Icon + Notifications'
arch=('x86_64')
@@ -18,7 +18,7 @@ depends=('libappindicator-gtk2' 'electron')
makedepends=('npm')
install=ghetto-skype.install
source=("https://github.com/stanfieldr/ghetto-skype/archive/v${pkgver}.tar.gz")
-sha256sums=('fcf3e2b572fd5b24b623fff5e533a06573ff0bac02e06e93badfa520ee5fa2dd')
+sha256sums=('fab4ad56875fe663ae7986e416c901b1dfecc94486f8e32904fc35f805025bdb')
prepare() {
cd "ghetto-skype-$pkgver"