summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBart Verhagen2019-01-24 14:13:42 +0100
committerBart Verhagen2019-01-24 14:13:42 +0100
commit652bb1edeb1d73facca63aedf1c5ef0ac7e9cbd9 (patch)
tree472a25d7ca90a95024f6790956647ea658a8e746 /PKGBUILD
parent525f1db2689423081576035931c90a37b93cb04e (diff)
downloadaur-652bb1edeb1d73facca63aedf1c5ef0ac7e9cbd9.tar.gz
Fix: Usr: Fixed architectures
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 475bd5e84a20..6a85fee38d8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=r983.3eb9b4f
pkgrel=1
epoch=
pkgdesc="QuickCheck clone for C++ with the goal of being simple to use with as little boilerplate as possible."
-arch=('any')
+arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/emil-e/rapidcheck"
license=('BSD')
groups=()