summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43d7e7c4965c..3a293b2b8247 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = ruby-icalendar
url = https://github.com/icalendar/icalendar
arch = any
license = Ruby
- optdepends = ruby-activesupport-3: ActiveSupport is required for TimeWithZone support, but not required for general use.
+ optdepends = ruby-activesupport: ActiveSupport is required for TimeWithZone support, but not required for general use.
noextract = icalendar-2.10.0.gem
options = !emptydirs
source = http://rubygems.org/downloads/icalendar-2.10.0.gem
diff --git a/PKGBUILD b/PKGBUILD
index 3e01eb8d44ab..19f38f7f449a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url='https://github.com/icalendar/icalendar'
license=('Ruby')
depends=()
-optdepends=('ruby-activesupport-3: ActiveSupport is required for TimeWithZone support, but not required for general use.')
+optdepends=('ruby-activesupport: ActiveSupport is required for TimeWithZone support, but not required for general use.')
options=('!emptydirs')
source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem")
noextract=("${pkgname#*-}-${pkgver}.gem")