summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2017-11-16 00:07:54 +0200
committerDet2017-11-16 00:07:54 +0200
commit7cc378d6a53c4561a3a602692b4545537ef18ddf (patch)
tree6209d2ff57e7494e2e9706b9ee7fcd49404d38cf
parentdac3b4f127691e42a8a0a6f34f511ae7ed3b446a (diff)
downloadaur-7cc378d6a53c4561a3a602692b4545537ef18ddf.tar.gz
Phase out i686: https://www.archlinux.org/news/the-end-of-i686-support/
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 718a9af40756..11eb84f2d728 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = xf86-input-libinput-git
pkgver = 0.22.0.6.r200.ga61e156
pkgrel = 3
url = https://cgit.freedesktop.org/xorg/driver/xf86-input-libinput/
- arch = i686
arch = x86_64
groups = xorg-drivers
groups = xorg
diff --git a/PKGBUILD b/PKGBUILD
index be20bf66f7c2..808a1c53bd54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=xf86-input-libinput-git
pkgver=0.22.0.6.r200.ga61e156
pkgrel=3
pkgdesc="Generic input driver for the X.Org server based on libinput - Git version"
-arch=('i686' 'x86_64')
+arch=('x86_64')
license=('custom')
url="https://cgit.freedesktop.org/xorg/driver/xf86-input-libinput/"
depends=('libinput>=1.2.0')