summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordaurnimator2018-09-24 02:08:03 +1000
committerdaurnimator2018-09-24 02:08:03 +1000
commitd5ab56de35c3735d874a43aecd5a75cb640037c1 (patch)
treee21909a77905f955bd6dccae020d75b4b1ece48b /PKGBUILD
parentb3ed7d64abb6614b598f4fd3ee41a3815938ed85 (diff)
downloadaur-d5ab56de35c3735d874a43aecd5a75cb640037c1.tar.gz
Remove i686
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2c1419bc1ac..031aa54ad82a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('lua-psl' 'lua51-psl' 'lua52-psl')
pkgver=0.3
pkgrel=1
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='https://github.com/daurnimator/lua-psl'
license=('MIT')
makedepends=('lua' 'lua51' 'lua52')