summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDX372017-03-30 17:17:42 +0700
committerDX372017-03-30 17:17:42 +0700
commit6b72c11df0528da46aaf48c916c92e0e68a50e1e (patch)
treede51146a9064f625e1b858c8b121beaff502d343
parent04483b71536b3d3ee53c78d81d68f65096bf5c58 (diff)
downloadaur-6b72c11df0528da46aaf48c916c92e0e68a50e1e.tar.gz
Add check dependency and take back ARM arches
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93041e8fcb81..061058ceeb7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,12 @@ pkgbase = qtox-git
url = https://github.com/qTox/qTox
arch = i686
arch = x86_64
+ arch = arm
+ arch = armv6h
+ arch = armv7h
license = GPL3
makedepends = git
+ makedepends = check
makedepends = cmake
makedepends = qt5-tools
depends = desktop-file-utils
diff --git a/PKGBUILD b/PKGBUILD
index 2da43268edcb..10a0808f43e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=qtox-git
pkgver=1.9.0.r30.g533c60b4
pkgrel=2
pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design guidelines.'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
url='https://github.com/qTox/qTox'
license=('GPL3')
depends=('desktop-file-utils'
@@ -20,7 +20,7 @@ depends=('desktop-file-utils'
'qt5-svg'
'sqlcipher'
'toxcore>=1:0.1.0')
-makedepends=('git' 'cmake' 'qt5-tools')
+makedepends=('git' 'check' 'cmake' 'qt5-tools')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$_pkgname::git+$url.git")