summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMicah Halter2022-01-04 13:38:28 -0500
committerMicah Halter2022-01-04 13:39:49 -0500
commit0d190f04f38d2667f3c2cb876e96d2b2aa129c16 (patch)
tree9f2225880d45e5b1168f54b963ccb8698e516d6e
parentadf73d52f88064d6e4400a03621ff9ce45d185fa (diff)
downloadaur-0d190f04f38d2667f3c2cb876e96d2b2aa129c16.tar.gz
Added ruby-actioncable dependency now that it is updated
Signed-off-by: Micah Halter <micah@balena.io>
-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)