summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLancia2022-10-28 01:45:00 +0330
committerLancia2022-10-28 01:45:00 +0330
commit43b3bf39476088678f925035f8a6427276587659 (patch)
treea879ba32820fd55226547fb5e8b47ccf9e6af9f7
parentc6e0fac20f8c7e72edd4091f378b7aad519b40f8 (diff)
downloadaur-43b3bf39476088678f925035f8a6427276587659.tar.gz
i686 removed from arch=()
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6862bc2c752a..b7352ba0fe06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = xkblayout
pkgver = 1.3
pkgrel = 1
url = https://github.com/alenichev/xkblayout
- arch = i686
arch = x86_64
license = custom
license = OpenBSD
diff --git a/PKGBUILD b/PKGBUILD
index e07c86697280..3012bf426d95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=xkblayout
pkgver=1.3
pkgrel=1
pkgdesc='Prints the current xkb keyboard layout'
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='https://github.com/alenichev/xkblayout'
license=('custom' 'OpenBSD')
depends=('libx11')