summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiachen Yang2016-12-30 03:24:36 +0900
committerJiachen Yang2016-12-30 03:24:36 +0900
commitfcda5ef339238f2492c91b0d857c99284b42a627 (patch)
tree9b5f4c28bfc94b1a992411b92fa4eb7ad4b334c5
parent9ae984e0cd23207008236e1ffeb55bcc102232b5 (diff)
downloadaur-fcda5ef339238f2492c91b0d857c99284b42a627.tar.gz
qtox update to 1.7.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4cd3737333e..ea497e30b7da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qtox-git
pkgdesc = Powerful Tox client written in C++/Qt that follows the Tox design guidelines.
- pkgver = 1.5.1.r13.ge4398c7
+ pkgver = 1.7.0.r20.gd4ac13db
pkgrel = 1
url = https://github.com/tux3/qTox
arch = i686
@@ -19,7 +19,7 @@ pkgbase = qtox-git
depends = ffmpeg
depends = qt5-svg
depends = sqlcipher
- depends = toxcore
+ depends = toxcore>=1:0.1.0
provides = qtox
conflicts = qtox
source = qtox::git+https://github.com/tux3/qTox.git
diff --git a/PKGBUILD b/PKGBUILD
index 64bf8c1de3cb..486c6a32f500 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Håvard Pettersson <mail@haavard.me>
+# Maintainer: Jiachen Yang <farseerfc@gmail.com>
+# Contributor: Håvard Pettersson <mail@haavard.me>
# Contributor: Kevin MacMartin <prurigro at gmail dot com>
_pkgname=qtox
pkgname=qtox-git
-pkgver=1.5.1.r13.ge4398c7
+pkgver=1.7.0.r20.gd4ac13db
pkgrel=1
pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design guidelines.'
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
@@ -17,7 +18,7 @@ depends=('desktop-file-utils'
'ffmpeg'
'qt5-svg'
'sqlcipher'
- 'toxcore')
+ 'toxcore>=1:0.1.0')
makedepends=('git' 'qt5-tools')
provides=("$_pkgname")
conflicts=("$_pkgname")