summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasm0dey2020-01-17 11:38:23 +0300
committerasm0dey2020-01-17 11:38:38 +0300
commitf5d5ab1dd67c6433f77cd7313cc77e6c75a99529 (patch)
tree3d400334c0550dbc9ddc909f09880cd5db3d0673
parente4c61a4e67d6f14d867016223d301fee2c2e4a75 (diff)
downloadaur-f5d5ab1dd67c6433f77cd7313cc77e6c75a99529.tar.gz
fix dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca2b2b3a1b94..cd6e073fb75c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
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 = 1
+ pkgrel = 2
url = http://rubyonrails.org
arch = any
license = MIT
depends = ruby
depends = ruby-i18n
- depends = ruby-tzinfo-1
+ depends = ruby-tzinfo
depends = ruby-minitest
- depends = ruby-concurrent-ruby
+ depends = concurrent-ruby
provides = ruby-activesupport
noextract = activesupport-5.2.3.gem
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 6bc5d3b3c12e..21faa842495d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_gemname=activesupport
pkgname=ruby-$_gemname-5.2.3
pkgver=5.2.3
-pkgrel=1
+pkgrel=2
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-1 ruby-minitest ruby-concurrent-ruby)
+depends=(ruby ruby-i18n ruby-tzinfo ruby-minitest concurrent-ruby)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)