summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiachen Yang2015-06-22 15:14:36 +0900
committerJiachen Yang2015-06-22 15:14:36 +0900
commit58a45792d212d73e18db7d7d5c6a1ed2e3c7a12d (patch)
tree22e9bfbd0fc80a6cd876296625004389acb770b4
parent139a733623e62111d80470923ef78a6babff7007 (diff)
downloadaur-58a45792d212d73e18db7d7d5c6a1ed2e3c7a12d.tar.gz
add i686 arch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7060acd2e28..b220adc7a082 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = libqtelegram-ae
epoch = 1
url = https://launchpad.net/libqtelegram
arch = x86_64
- arch = x64
+ arch = i686
license = GPL3
makedepends = cmake
depends = qt5-base
diff --git a/PKGBUILD b/PKGBUILD
index ae7ea9f95a0c..0a601cbf1ac6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ epoch=1
pkgver=4.1
pkgrel=1
pkgdesc="Telegram library written in Qt based on telegram-cli code"
-arch=('x86_64' 'x64')
+arch=('x86_64' 'i686')
license=('GPL3')
url=("https://launchpad.net/libqtelegram")
depends=('qt5-base' 'qt5-multimedia')