summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsirlucjan2017-11-16 12:19:57 +0100
committersirlucjan2017-11-16 12:19:57 +0100
commitae2d31373bf60324496deb5cc05e87e6fecc20c8 (patch)
tree1f30a013d56056064c3fd7b9611835ea7b882c3d
parent161308f5f6b7e8c1f14f6f55987b8e9a1692ebe6 (diff)
downloadaur-ae2d31373bf60324496deb5cc05e87e6fecc20c8.tar.gz
Drop i686 support
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54579ee472c1..de42392d1128 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = cmake-git
pkgver = 3.10.0.rc2.91.g6dec363028
pkgrel = 1
url = http://www.cmake.org/
- arch = i686
arch = x86_64
license = custom
makedepends = qt5-base
diff --git a/PKGBUILD b/PKGBUILD
index a0577f91ba4e..4d1edda028c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgname=cmake-git
pkgver=3.10.0.rc2.91.g6dec363028
pkgrel=1
pkgdesc='A cross-platform open-source make system'
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="http://www.cmake.org/"
license=('custom')
conflicts=('cmake')