summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Østergaard2015-06-19 21:19:45 +0200
committerNick Østergaard2015-06-19 21:19:45 +0200
commitc1428bdd6d54519afd1b48523ccb0f605fee6269 (patch)
treeb041ddaeeb49b99935f8f5d8846cb33268e77a99
parentfbe04303c68fc97cd9aedfd280ed10a9f8a8f9d2 (diff)
downloadaur-replicatorg.tar.gz
fix typo in replicatorg
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18df22ec1204..4c6ddb6ed0b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = replicatorg
pkgver = 0040
pkgrel = 1
url = http://replicat.org
- arch = x86
+ arch = i686
arch = x86_64
license = GNU GPL v2
depends = java-runtime
diff --git a/PKGBUILD b/PKGBUILD
index 706aa3eef3a2..e5e9871b2f49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=replicatorg
pkgver=0040
pkgrel=1
pkgdesc="ReplicatorG is a simple, opensource 3D printing program"
-arch=('x86' 'x86_64')
+arch=('i686' 'x86_64')
license=('GNU GPL v2')
conflicts=('')
url="http://replicat.org"