aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/ruby-pygments/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/ruby-pygments/APKBUILD b/community/ruby-pygments/APKBUILD
index 85c0d9238f..2d3598a322 100644
--- a/community/ruby-pygments/APKBUILD
+++ b/community/ruby-pygments/APKBUILD
@@ -14,6 +14,7 @@ makedepends="ruby-bundler ruby-rake"
source="$pkgname-$pkgver.tar.gz::https://github.com/tmm1/$_gemname/archive/v$pkgver.tar.gz
use-system-pygments-only.patch
fix-rakefile.patch"
+options="!check" # disable check due to failure with ruby 2.6
builddir="$srcdir/$_gemname-$pkgver"
prepare() {