summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyanNN2015-11-12 08:55:08 +0300
committerTyanNN2015-11-12 08:55:08 +0300
commit1df5f3ec6e2be28719a44c04876cffb0a2f2329d (patch)
tree94db36dc2041b96aedc274b175a4a937331f9614
parent5df9cab40459265db9f0e5d7708aea42a382b116 (diff)
downloadaur-1df5f3ec6e2be28719a44c04876cffb0a2f2329d.tar.gz
i686 support
-rwxr-xr-x.SRCINFO1
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1e3b36edf2d..6f810ba7f664 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,6 +3,7 @@ pkgbase = svkm
pkgver = 1.3
pkgrel = 1
arch = x86_64
+ arch = i686
license = GPL
makedepends = python-pip
depends = python>=3.0
diff --git a/PKGBUILD b/PKGBUILD
index e5b5e69fe08d..2fa80b898de9 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=svkm
pkgver=1.3
pkgrel=1
pkgdesc="Simple Vkontakte console messanger"
-arch=('x86_64')
+arch=('x86_64' 'i686')
url=""
license=('GPL')
groups=()