[arch-commits] Commit in mruby/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Thu Apr 28 18:41:50 UTC 2022
Date: Thursday, April 28, 2022 @ 18:41:50
Author: arojas
Revision: 1191695
Drop i686 arch
Modified:
mruby/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-28 18:41:11 UTC (rev 1191694)
+++ PKGBUILD 2022-04-28 18:41:50 UTC (rev 1191695)
@@ -4,7 +4,7 @@
pkgver=3.0.0
pkgrel=2
pkgdesc='An interpreter for the Ruby programming language with the intention of being lightweight and easily embeddable'
-arch=(i686 x86_64)
+arch=(x86_64)
url='https://github.com/mruby/mruby'
license=(MIT)
depends=(readline)
More information about the arch-commits
mailing list