summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Lowe2016-06-12 20:15:33 -0400
committerNathan Lowe2016-06-12 20:15:33 -0400
commit57e76fccda2cfa040b738ccdd5b4837986b4d0d6 (patch)
tree49635e5a9f778e1430ab343358ff526c12ba58e6
parentd970dd51b406429f2c3f3e4dae8666f204f5ce16 (diff)
downloadaur-57e76fccda2cfa040b738ccdd5b4837986b4d0d6.tar.gz
Update to v1.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6e497986a17..c04fa360d5f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ghetto-skype
pkgdesc = Web Skype + Tray Icon + Notifications
- pkgver = 1.2.3
+ pkgver = 1.3.0
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.3.tar.gz
- sha256sums = fab4ad56875fe663ae7986e416c901b1dfecc94486f8e32904fc35f805025bdb
+ source = https://github.com/stanfieldr/ghetto-skype/archive/v1.3.0.tar.gz
+ sha256sums = 806053e78d1f4e73a9815d0e3c4ec1615c3e0e84d796ccee2f333f977fb86a70
pkgname = ghetto-skype
diff --git a/PKGBUILD b/PKGBUILD
index 06bb6b1a09d4..f336ed230a7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# https://github.com/techwiz24/aur-ghetto-skype
pkgname=ghetto-skype
-pkgver=1.2.3
+pkgver=1.3.0
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=('fab4ad56875fe663ae7986e416c901b1dfecc94486f8e32904fc35f805025bdb')
+sha256sums=('806053e78d1f4e73a9815d0e3c4ec1615c3e0e84d796ccee2f333f977fb86a70')
prepare() {
cd "ghetto-skype-$pkgver"