summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBernhard Landauer2017-01-01 23:29:19 +0100
committerBernhard Landauer2017-01-01 23:29:19 +0100
commite9a81a2a71b1182fb99de2ec24b17baa95bd05aa (patch)
tree5a2eaad22569d0688da422929ce565ad7679c7b4 /PKGBUILD
parentcb4626cf888f5ccbcffd0b6111614581e726a2c9 (diff)
downloadaur-e9a81a2a71b1182fb99de2ec24b17baa95bd05aa.tar.gz
can now depend on latest toxcore
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79aea9260fd7..d191ecfbd898 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,20 +5,20 @@
_pkgname=utox
_branch=develop
pkgname=$_pkgname-git
-pkgver=0.11.0.r0.gf3dcef6
+pkgver=0.11.1.r31.gac138294
pkgrel=1
pkgdesc='Lightweight Tox client'
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
url='https://github.com/uTox/uTox'
license=('GPL3')
-depends=('c-toxcore'
- 'fontconfig'
+depends=('fontconfig'
'libfilteraudio-git'
'hicolor-icon-theme'
'libdbus'
'libxext'
'libxrender'
'openal'
+ 'toxcore'
'v4l-utils')
makedepends=('git')
optdepends=('gtk3: GTK file picker')