summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatoly Bashmakov2021-07-19 17:43:12 +0300
committerAnatoly Bashmakov2021-07-19 17:43:12 +0300
commite01c8a800ab598bcbc9cfc64f20fda44ba724274 (patch)
tree5eb79e4973740fe1857eb84f721e54d79d89e441
parentfaac0da187a63b2fb8f9a31b8e4be70faf5a7966 (diff)
downloadaur-ruby-execjs.tar.gz
new upstream version
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a0df2548f4a..e9aaa69863f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = ruby-execjs
pkgdesc = Run JavaScript code from Ruby
- pkgver = 2.7.0
- pkgrel = 3
+ pkgver = 2.8.1
+ pkgrel = 1
url = https://github.com/rails/execjs
arch = any
license = MIT
makedepends = ruby-rdoc
depends = ruby
depends = nodejs
- noextract = execjs-2.7.0.gem
+ noextract = execjs-2.8.1.gem
options = !emptydirs
- source = https://rubygems.org/downloads/execjs-2.7.0.gem
- sha256sums = e1fae0c5c831934c47d92363b4ea66ef2951350ab91b5d8d3174342b9c2ee5fb
+ source = https://rubygems.org/downloads/execjs-2.8.1.gem
+ sha256sums = 6d939919cfd81bcc4d6556f322c3995a70cfe4289ea0bd3b1f999b489c323088
pkgname = ruby-execjs
-
diff --git a/PKGBUILD b/PKGBUILD
index 49056037445b..3ac8428558d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_gemname=execjs
pkgname=ruby-$_gemname
-pkgver=2.7.0
-pkgrel=3
+pkgver=2.8.1
+pkgrel=1
pkgdesc='Run JavaScript code from Ruby'
arch=('any')
url='https://github.com/rails/execjs'
@@ -14,7 +14,7 @@ makedepends=('ruby-rdoc')
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha256sums=('e1fae0c5c831934c47d92363b4ea66ef2951350ab91b5d8d3174342b9c2ee5fb')
+sha256sums=('6d939919cfd81bcc4d6556f322c3995a70cfe4289ea0bd3b1f999b489c323088')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"