summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Kohlmeyer2016-08-28 00:04:40 +0200
committerSimon Kohlmeyer2016-08-28 00:04:40 +0200
commit1e8fabd9374e0c9e8e84d5e5d360d66b86f78dcd (patch)
treeccbf3d0b694d1c8cc1c4a3feb1745f7afba9666c
parent588a1a213d6eeaaa36fbe1c94ae417facf3fbe51 (diff)
downloadaur-1e8fabd9374e0c9e8e84d5e5d360d66b86f78dcd.tar.gz
updated dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 345b46799972..3bec8d375937 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Aug 13 09:43:02 UTC 2016
+# Sat Aug 27 22:03:59 UTC 2016
pkgbase = ruby-activesupport
pkgdesc = A toolkit of support libraries and Ruby core extensions extracted from the Rails framework.
pkgver = 5.0.0.1
@@ -8,10 +8,10 @@ pkgbase = ruby-activesupport
arch = any
license = MIT
depends = ruby
+ depends = ruby-concurrent-ruby
depends = ruby-i18n
- depends = ruby-json
+ depends = ruby-minitest
depends = ruby-tzinfo
- depends = ruby-thread_safe
noextract = activesupport-5.0.0.1.gem
options = !emptydirs
source = https://rubygems.org/downloads/activesupport-5.0.0.1.gem
diff --git a/PKGBUILD b/PKGBUILD
index 67252731cb22..a58354d32d90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,5 @@
# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com>
-# Contributor: Niels Martignène <niels.martignene@gmail.com>
-# Contributor: Alexsandr Pavlov <kidoz at mail dot ru>
+# Maintainer: Simon Kohlmeyer <simon.kohlmeyer@gmail.com>
_gemname=activesupport
pkgname=ruby-$_gemname
@@ -11,7 +9,12 @@ pkgdesc='A toolkit of support libraries and Ruby core extensions extracted from
arch=(any)
url='https://rubygems.org/gems/activesupport/'
license=(MIT)
-depends=(ruby ruby-i18n ruby-json ruby-tzinfo ruby-thread_safe)
+depends=(ruby
+ ruby-concurrent-ruby
+ ruby-i18n
+ ruby-minitest
+ ruby-tzinfo
+)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)