summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36a5a334550c..7b4cd57233ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Artem Vorotnikov <artem@vorotnikov.me>
+# Maintainer: Carsten Feuls <archlinux@carstenfeuls.de>
_gemname=execjs
pkgname=ruby-$_gemname
pkgver=2.6.0
-pkgrel=1
+pkgrel=2
pkgdesc='Run JavaScript code from Ruby'
-arch=(any)
+arch=('any')
url='https://github.com/rails/execjs'
-license=(MIT)
-depends=(ruby)
+license=('MIT')
+depends=('ruby')
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)