summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Verhagen2019-01-24 14:13:42 +0100
committerBart Verhagen2019-01-24 14:13:42 +0100
commit652bb1edeb1d73facca63aedf1c5ef0ac7e9cbd9 (patch)
tree472a25d7ca90a95024f6790956647ea658a8e746
parent525f1db2689423081576035931c90a37b93cb04e (diff)
downloadaur-652bb1edeb1d73facca63aedf1c5ef0ac7e9cbd9.tar.gz
Fix: Usr: Fixed architectures
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD2
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ea21fa4b2d7..820a5ee0c2a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,12 @@ pkgbase = rapidcheck
pkgrel = 1
url = https://github.com/emil-e/rapidcheck
changelog = rapidcheck.changelog
- arch = any
+ arch = i686
+ arch = x86_64
+ arch = arm
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = BSD
makedepends = cmake
provides = rapidcheck=r983.3eb9b4f
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=()