summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2015-08-22 17:00:15 +0100
committerGrey Christoforo2015-08-22 17:00:15 +0100
commit5b4253c444933ba2102a11f0e7b3d6cf7330119a (patch)
treed2ac66115c7063b656afdc123b7adc6d9c13c988
parent8e26410d2939a3ef383f1c23d3cae71cc9c465a8 (diff)
downloadaur-5b4253c444933ba2102a11f0e7b3d6cf7330119a.tar.gz
fix arch
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bfe2e829a12..d202d55248da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,8 @@ pkgbase = arcus
pkgver = 15.06.03
pkgrel = 1
url = https://github.com/Ultimaker/libArcus
- arch = any
+ arch = i686
+ arch = x86_64
license = GPLv3
makedepends = cmake
depends = protobuf-ultimaker
diff --git a/PKGBUILD b/PKGBUILD
index f28dab8faa71..fc80a36daecb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=15.06.03
pkgrel=1
pkgdesc="Communication library between internal components for Ultimaker software"
url="https://github.com/Ultimaker/libArcus"
-arch=('any')
+arch=('i686' 'x86_64')
license=('GPLv3')
makedepends=('cmake')
depends=('protobuf-ultimaker')