summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Nagie2016-06-02 14:16:55 +0200
committerMike Nagie2016-06-02 14:16:55 +0200
commit2638f4638e2c270c8bf6645874afefe985f88615 (patch)
tree4157d3259b968c6bdaa9eeaf8b5b61f551215b26
parentc7ae01b09d5a734eb5bbe66e2bf74857349753f3 (diff)
downloadaur-blink-darcs.tar.gz
dependency update 2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16e501ec752b..d1644409e20c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
pkgbase = blink-darcs
pkgdesc = A state of the art, easy to use SIP client
pkgver = 20160602
- pkgrel = 1
+ pkgrel = 2
url = http://www.icanblink.com
arch = i686
arch = x86_64
license = GPL
makedepends = darcs
- depends = python2-cjson
depends = python2-pyqt
depends = python2-sipsimple
depends = libvncserver
- depends = cython2
depends = python2-gmpy2
pkgname = blink-darcs
diff --git a/PKGBUILD b/PKGBUILD
index a4c9ee9b4186..651a175128dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='blink-darcs'
pkgver=20160602
-pkgrel='1'
+pkgrel='2'
pkgdesc='A state of the art, easy to use SIP client'
arch=(
'i686'
@@ -12,11 +12,9 @@ arch=(
url='http://www.icanblink.com'
license=('GPL')
depends=(
- 'python2-cjson'
'python2-pyqt'
'python2-sipsimple'
'libvncserver'
- 'cython2'
'python2-gmpy2'
)
makedepends=('darcs')