summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasm0dey2020-01-17 11:39:50 +0300
committerasm0dey2020-01-17 11:39:50 +0300
commitd23246225683ed10b9dfe7cbd57e81ec1442ac23 (patch)
treee3cc1ccae613a14d8d6372ef853f8ba5d44304c2
parentf5d5ab1dd67c6433f77cd7313cc77e6c75a99529 (diff)
downloadaur-d23246225683ed10b9dfe7cbd57e81ec1442ac23.tar.gz
Fix dependencies again
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd6e073fb75c..094667ba874c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ruby-activesupport-5.2.3
pkgdesc = A toolkit of support libraries and Ruby core extensions extracted from the Rails framework.
pkgver = 5.2.3
- pkgrel = 2
+ pkgrel = 3
url = http://rubyonrails.org
arch = any
license = MIT
@@ -9,7 +9,7 @@ pkgbase = ruby-activesupport-5.2.3
depends = ruby-i18n
depends = ruby-tzinfo
depends = ruby-minitest
- depends = concurrent-ruby
+ depends = ruby-concurrent
provides = ruby-activesupport
noextract = activesupport-5.2.3.gem
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 21faa842495d..1bc2ab4a1d7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_gemname=activesupport
pkgname=ruby-$_gemname-5.2.3
pkgver=5.2.3
-pkgrel=2
+pkgrel=3
pkgdesc='A toolkit of support libraries and Ruby core extensions extracted from the Rails framework.'
arch=(any)
url='http://rubyonrails.org'
license=(MIT)
-depends=(ruby ruby-i18n ruby-tzinfo ruby-minitest concurrent-ruby)
+depends=(ruby ruby-i18n ruby-tzinfo ruby-minitest ruby-concurrent)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)