summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominic Brekau2019-07-09 17:00:31 +0200
committerDominic Brekau2019-07-09 17:00:31 +0200
commit47db910a92832e2d4e263154ec6cb188055e7245 (patch)
tree732a408f7c02cdcd2aacaf05d5b6447ac3a4cf5b
parent80fbd07f5f8f12edd9572f8167c3f758f8e782e7 (diff)
downloadaur-47db910a92832e2d4e263154ec6cb188055e7245.tar.gz
Updated to 1.10.2 and replaced dependency qt5-quick1 with qt5-declarative
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 891cbfcf6792..2e1fa9ce8c89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = twinkle-qt5
pkgdesc = Softphone for voice over IP and IM communication using SIP
- pkgver = 1.10.1
+ pkgver = 1.10.2
pkgrel = 1
url = http://www.twinklephone.com/
arch = x86_64
@@ -15,11 +15,11 @@ pkgbase = twinkle-qt5
depends = libsndfile
depends = gsm
depends = speex
- depends = qt5-quick1
+ depends = qt5-declarative
depends = ccrtp
depends = ilbc
depends = libzrtpcpp
- source = git+https://github.com/LubosD/twinkle.git#tag=v1.10.1
+ source = git+https://github.com/LubosD/twinkle.git#tag=v1.10.2
md5sums = SKIP
pkgname = twinkle-qt5
diff --git a/PKGBUILD b/PKGBUILD
index 755c1853d92e..bafa582c7229 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
+# Maintainer: Dominic Brekau <aur@dominic.brekau.de>
+# Contributor: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jeff Mickey <jeff@archlinux.org>
# Contributor: Alexander Baldeck <alexander@archlinux.org>
@@ -7,13 +8,13 @@
pkgname=twinkle-qt5
_pkgname=twinkle
-pkgver=1.10.1
+pkgver=1.10.2
pkgrel=1
pkgdesc="Softphone for voice over IP and IM communication using SIP"
arch=('x86_64' 'i686')
url="http://www.twinklephone.com/"
license=('GPL')
-depends=('file' 'libsndfile' 'gsm' 'speex' 'qt5-quick1' 'ccrtp' 'ilbc' 'libzrtpcpp')
+depends=('file' 'libsndfile' 'gsm' 'speex' 'qt5-declarative' 'ccrtp' 'ilbc' 'libzrtpcpp')
makedepends=('pkg-config' 'boost' 'cmake' 'git' 'qt5-tools')
source=("git+https://github.com/LubosD/$_pkgname.git#tag=v${pkgver}")
md5sums=('SKIP')