summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5da3ccd0f5c2..52e4b1baef0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ruby-rails
pkgdesc = Full-stack web application framework.
pkgver = 6.1.4.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.rubyonrails.org
arch = any
license = MIT
@@ -15,6 +15,7 @@ pkgbase = ruby-rails
depends = ruby-railties
depends = ruby-bundler
depends = ruby-sprockets-rails
+ depends = ruby-actioncable
noextract = rails-6.1.4.1.gem
options = !emptydirs
source = https://rubygems.org/downloads/rails-6.1.4.1.gem
diff --git a/PKGBUILD b/PKGBUILD
index e4361d883521..42b8b54a9226 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@
_gemname=rails
pkgname=ruby-$_gemname
pkgver=6.1.4.1
-pkgrel=1
+pkgrel=2
pkgdesc='Full-stack web application framework.'
arch=(any)
url='http://www.rubyonrails.org'
license=(MIT)
depends=(ruby ruby-activesupport ruby-actionpack ruby-actionview ruby-activemodel \
ruby-activerecord ruby-actionmailer ruby-railties ruby-bundler \
- ruby-sprockets-rails)
+ ruby-sprockets-rails ruby-actioncable)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)