summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorc6parmak2016-04-07 16:33:08 +0300
committerc6parmak2016-04-07 16:33:08 +0300
commit3ad80dcf5a274b3bd4eb61e85f4fd859f1627c2f (patch)
tree7e17adec2932799ae71a9d20b338b4d03314a32d
parent273564a1a5f20fa122ebf67712a92ba88dd94637 (diff)
downloadaur-alterant.tar.gz
Fix i686 typo
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b289e211b17d..bc7203169887 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = alterant
pkgver = 26.d9b15e9
pkgrel = 1
url = https://github.com/autonomy/alterant
- arch = x86
+ arch = i686
arch = x86_64
license = unknown
makedepends = go
diff --git a/PKGBUILD b/PKGBUILD
index 73652f3e03a5..591de6221aa8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=alterant
pkgver=26.d9b15e9
pkgrel=1
pkgdesc="A self-contained dotfile manager and lightweight provisioning tool that supports encryption of sensitive data, multiline command execution, and a single file configuration for multiple machines."
-arch=('x86' 'x86_64')
+arch=('i686' 'x86_64')
url="https://github.com/autonomy/alterant"
license=('unknown')
makedepends=('go')