summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2015-09-26 14:19:32 -0300
committerMatheus2015-09-26 14:19:32 -0300
commitab24f2333e323c033918106a4fffc1b83734be70 (patch)
tree9e7c59ce33cbde20c169b4255ffe4a312ea7c434
parentda65424a2dbad55a136582f9d64cc739d599ca02 (diff)
downloadaur-ab24f2333e323c033918106a4fffc1b83734be70.tar.gz
Fixed depends
-rw-r--r--.SRCINFO1
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b04f850006ca..9bfa89c32f0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = skype-desktop-bin
makedepends = make
makedepends = git
depends = gconf
+ depends = libnotify
source = git+https://github.com/haskellcamargo/skype-unofficial-client.git
source = 0001-Adding-PREFIX-variable.patch
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b639f371d4e2..b72c2225d650 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ 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')
+depends=('gconf' 'libnotify')
makedepends=('make' 'git')
#options=('!strip')
# Actually check for the architecture (Trevor, is so much juice! :D)