summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjulgonmej2022-05-04 21:17:50 +0200
committerjulgonmej2022-05-04 21:17:50 +0200
commitbc432cef1ab596fcfcb99671a443729ce907874c (patch)
treee07baba94800ec73082c655370c7afd3daf13fdd /PKGBUILD
parent9bf89ec6cb20473224aa40ab88590ef10229c955 (diff)
downloadaur-proot-bin.tar.gz
remove i686 arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8db24be21be..a5da12b3c3cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=proot
pkgver=5.3.1
pkgrel=1
pkgdesc="chroot, mount --bind, and binfmt_misc without privilege/setup (bin only)"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://proot-me.github.io/"
license=('GPL')
provides=('proot')