summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorvlad2015-08-22 14:35:16 +0300
committervlad2015-08-22 14:35:16 +0300
commit8d955a7a14f610b40cbe5f37be115130dd2b5e97 (patch)
tree8524574d91d369f7b22df3a9c926a69d3560c83b /PKGBUILD
parent41054288c3d69332efac2a3b540284ac0e4430d9 (diff)
downloadaur-8d955a7a14f610b40cbe5f37be115130dd2b5e97.tar.gz
tox-git -> toxcore
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf27b452ebcf..a23e26fc2655 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=utox
pkgname=utox-git
pkgver=0.3.2.r41.gd16f539
-pkgrel=1
+pkgrel=2
pkgdesc='Lightweight Tox client'
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
url='https://github.com/notsecure/uTox'
@@ -18,7 +18,7 @@ depends=('desktop-file-utils'
'libxext'
'libxrender'
'openal'
- 'tox-git'
+ 'toxcore'
'v4l-utils')
makedepends=('git')
optdepends=('gtk2: GTK file picker')