summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasm0dey2020-01-17 11:51:02 +0300
committerasm0dey2020-01-17 11:51:02 +0300
commit544f82b9354cf290437c0bdadfb4bdb75c605788 (patch)
treef5eca60328c3a7723d377dd856a0eb1d9014db58
parentd23246225683ed10b9dfe7cbd57e81ec1442ac23 (diff)
downloadaur-ruby-activesupport-5.2.3.tar.gz
Replaces ruby-tzinfo dependency with old one
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 094667ba874c..4576c4c59055 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
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 = 3
+ pkgrel = 4
url = http://rubyonrails.org
arch = any
license = MIT
depends = ruby
depends = ruby-i18n
- depends = ruby-tzinfo
+ depends = ruby-tzinfo-1.1
depends = ruby-minitest
depends = ruby-concurrent
provides = ruby-activesupport
diff --git a/PKGBUILD b/PKGBUILD
index 1bc2ab4a1d7a..00d3a1cf8e8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_gemname=activesupport
pkgname=ruby-$_gemname-5.2.3
pkgver=5.2.3
-pkgrel=3
+pkgrel=4
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 ruby-concurrent)
+depends=(ruby ruby-i18n ruby-tzinfo-1.1 ruby-minitest ruby-concurrent)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)