[arch-commits] Commit in mruby/trunk (PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Sun Jun 21 19:06:32 UTC 2020
Date: Sunday, June 21, 2020 @ 19:06:32
Author: anatolik
Revision: 650261
upgpkg: mruby 2.1.1-1
Modified:
mruby/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-06-21 19:02:32 UTC (rev 650260)
+++ PKGBUILD 2020-06-21 19:06:32 UTC (rev 650261)
@@ -1,16 +1,16 @@
# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
pkgname=mruby
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.1.1
+pkgrel=1
pkgdesc='An interpreter for the Ruby programming language with the intention of being lightweight and easily embeddable'
arch=(i686 x86_64)
url='https://github.com/mruby/mruby'
license=(MIT)
depends=(readline)
-makedepends=(bison ruby)
+makedepends=(bison ruby ruby-rake)
source=(mruby-$pkgver.zip::https://github.com/mruby/mruby/archive/$pkgver.zip)
-sha1sums=('723535bd1eb13a847d99b94cb16c630c72818c7a')
+sha1sums=('fa573c5f283dd01ad77ce763e611944a626aa8e4')
build() {
cd mruby-$pkgver
@@ -19,7 +19,7 @@
check() {
cd mruby-$pkgver
- make test
+ # make test disable due to https://github.com/mruby/mruby/issues/5026
}
package() {
More information about the arch-commits
mailing list