summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlad2015-08-22 14:31:54 +0300
committervlad2015-08-22 14:31:54 +0300
commit69d1af9f79e483deaf067b329a31625fbcc59645 (patch)
tree3ec4d5de843c6e088b2680ae4375c338c3a8137a
parent43b5bb79a6cf13186fdb57150d65d0e55ef5ac23 (diff)
downloadaur-69d1af9f79e483deaf067b329a31625fbcc59645.tar.gz
tox-git -> toxcore
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb3d1b80f880..291d1b2aba92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qtox-git
pkgdesc = Powerful Tox client written in C++/Qt that follows the Tox design guidelines.
pkgver = r2712.2fed672
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tux3/qTox
install = qtox-git.install
arch = i686
@@ -20,7 +20,7 @@ pkgbase = qtox-git
depends = openal
depends = qt5-svg
depends = qrencode
- depends = tox-git
+ depends = toxcore
provides = qtox
conflicts = qtox
source = qtox::git+https://github.com/tux3/qTox.git
diff --git a/PKGBUILD b/PKGBUILD
index 4017d8c28493..c8d6b7fa560a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=qtox
pkgname=qtox-git
pkgver=r2712.2fed672
-pkgrel=1
+pkgrel=2
pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design guidelines.'
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
url='https://github.com/tux3/qTox'
@@ -18,7 +18,7 @@ depends=(
'openal'
'qt5-svg'
'qrencode'
- 'tox-git'
+ 'toxcore'
)
makedepends=('git' 'qt5-tools')
provides=("$_pkgname")