summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÓscar García Amor2016-08-03 16:35:29 +0200
committerÓscar García Amor2016-08-03 16:35:29 +0200
commit6a4779f27604c2f21d275c0e6686e8b010a67aab (patch)
treecb95a23a5c7ba3ee74b1b2dd80ce4b96536127c9 /PKGBUILD
parent59a4fc12b9d2dfb2e47755cf28c56d2e7eafd92c (diff)
downloadaur-6a4779f27604c2f21d275c0e6686e8b010a67aab.tar.gz
Unnecessary dependencies removed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 444423a05c01..7d4d18549244 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,21 +3,17 @@
pkgname='blink'
_reponame='blink-qt'
pkgver='2.0.0'
-pkgrel='1'
+pkgrel='2'
pkgdesc='A state of the art, easy to use SIP client'
arch=('any')
url='http://icanblink.com'
license=('GPL3' 'FreeBSD')
-depends=('cython2'
- 'icu'
+depends=('icu'
'libvncserver'
'python2-application'
- 'python2-cjson'
- 'python2-eventlib'
'python2-gmpy2'
'python2-gnutls'
- 'python2-pyqt4'
- 'python2-sip'
+ 'python2-pyqt'
'python2-sipsimple'
'python2-zope-interface')