summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c816419cee0..e6f707a31951 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Apr 8 19:42:34 UTC 2017
+# Thu Apr 27 14:44:33 UTC 2017
pkgbase = utox-git
pkgdesc = Lightweight Tox client
- pkgver = 0.14.0.r4.gf4fa1314
+ pkgver = 0.15.0.r17.g94bd175a
pkgrel = 1
url = https://github.com/uTox/uTox
arch = i686
@@ -11,6 +11,7 @@ pkgbase = utox-git
arch = armv6h
arch = armv7h
license = GPL3
+ makedepends = check
makedepends = git
depends = fontconfig
depends = libfilteraudio-git
diff --git a/PKGBUILD b/PKGBUILD
index aec7b61985d4..dfd456da7c02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=utox
_branch=develop
pkgname=$_pkgname-git
-pkgver=0.14.0.r4.gf4fa1314
+pkgver=0.15.0.r17.g94bd175a
pkgrel=1
pkgdesc='Lightweight Tox client'
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
@@ -20,7 +20,7 @@ depends=('fontconfig'
'openal'
'toxcore'
'v4l-utils')
-makedepends=('git')
+makedepends=('check' 'git')
optdepends=('gtk3: GTK file picker')
provides=("$_pkgname")
conflicts=("$_pkgname")