summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatheus2016-01-24 23:26:03 -0200
committerMatheus2016-01-24 23:26:03 -0200
commit52bdb32e764c39ec2f565a707cc8eb1c092af9d6 (patch)
treeb995390a471af67e5940116af8050d8a3ca0b6ef /PKGBUILD
parentcc3e6144112446504017cf9e02baaa9154fa6400 (diff)
downloadaur-skype-desktop-bin.tar.gz
Fix
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e090394477e..932334fac28a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Trevor <assviolat0r at live dot com>
# Co-maintainer: Giovanni 'ItachiSan' Santini <giovannisantini93@yahoo.it>
pkgname=skype-desktop-bin
-pkgver=19.664fc5b
+pkgver=37.deb39db
pkgrel=1
pkgdesc="An unofficial client of Skype for Linux, running on top of Node Webkit."
arch=('i686' 'x86_64')
url="https://github.com/haskellcamargo/skype-unofficial-client"
license=('MIT')
-depends=('gconf' 'libnotify')
+depends=('gconf')
+optdepends=('libnotify')
makedepends=('make' 'git')
#options=('!strip')
# Actually check for the architecture (Trevor, is so much juice! :D)