summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTEL.RED2015-06-12 08:30:27 +0300
committerTEL.RED2015-06-12 08:30:27 +0300
commitca8544a6a96c5ca819563fbaedc0c3f306ec14d9 (patch)
treeb82d09904cb658296e9addfde554948df3568926
parent7450d2144e2d67034542ec1f344e9a01f70c6c47 (diff)
downloadaur-ca8544a6a96c5ca819563fbaedc0c3f306ec14d9.tar.gz
i686 support added (sky-2.0.352)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f067c8d6fce..9ccfbb34c95f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = sky
url = http://tel.red
install = sky.install
arch = x86_64
+ arch = i686
license = custom: Copyright © 2015 TEL.RED LLC
makedepends = binutils
makedepends = chrpath
@@ -21,6 +22,8 @@ pkgbase = sky
options = !strip
source_x86_64 = http://tel.red/linux/sky_ubuntu64_v2.0.352.deb
sha256sums_x86_64 = 4a716713f3d836a59ba8e7411200a7b9d884812e73ced2ee8fe54b00a35a6867
+ source_i686 = http://tel.red/linux/sky_ubuntu32_v2.0.352.deb
+ sha256sums_i686 = 6ee4ed6f140aea508dadd325a04bffb86971434de35172eda9c58ff36e7117b2
pkgname = sky
diff --git a/PKGBUILD b/PKGBUILD
index 5dbecd2614e2..fbd736b008ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc="Lync & Skype for business on Linux"
arch=(
'x86_64'
-# 'i686'
+ 'i686'
)
if [[ $CARCH == 'x86_64' ]]; then
_arch=64
@@ -31,10 +31,10 @@ optdepends=('ibus: Intelligent Input Bus (IBus) support')
makedepends=('binutils' 'chrpath')
source_x86_64=("http://tel.red/linux/sky_ubuntu64_v${pkgver}.deb")
-# source_i686=("http://tel.red/linux/sky_ubuntu32_v${pkgver}.deb")
+source_i686=("http://tel.red/linux/sky_ubuntu32_v${pkgver}.deb")
sha256sums_x86_64=('4a716713f3d836a59ba8e7411200a7b9d884812e73ced2ee8fe54b00a35a6867')
-# sha256sums_i686=('c7e08416db58b0861dc9727c08aa1398fee68611bf60e00ea9d7606cbf4d0d38')
+sha256sums_i686=('6ee4ed6f140aea508dadd325a04bffb86971434de35172eda9c58ff36e7117b2')
package() {
cd "${srcdir}"