summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2015-09-19 20:21:31 -0300
committerMatheus2015-09-19 20:21:31 -0300
commit14557fb26440a60946f55793c28ebee49562adac (patch)
tree836b83fab79d1713a45efe4091c4f5633c6a0f43
parent8548563246e5491944109c588c617d926f3b5d80 (diff)
downloadaur-14557fb26440a60946f55793c28ebee49562adac.tar.gz
Dep Fix
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 877c1af6d201..173912ed8d0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = skype-desktop-bin
arch = x86_64
license = MIT
makedepends = make
+ makedepends = git
+ depends = gconf
source = git+https://github.com/haskellcamargo/skype-unofficial-client.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a3990bb42f38..c0f2ba40ab7b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ 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=()
-makedepends=('make')
+depends=('gconf')
+makedepends=('make' 'git')
#options=('!strip')
#[ "$CARCH" = "i686" ] && _platform=linux_32
#[ "$CARCH" = "x86_64" ] && _platform=linux_64