summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Hague2016-01-28 22:51:36 +0000
committerMatthew Hague2016-01-28 22:52:35 +0000
commit3aaf4fa1df61fe1b2e7c925ea02d8df7e25c203f (patch)
tree000d6df8f36f06721e7352c90c612a63996b63ea
parente0d264dc54d4e30a7ff383ec46b3075f9d765dc0 (diff)
downloadaur-3aaf4fa1df61fe1b2e7c925ea02d8df7e25c203f.tar.gz
changed active support dependency to right version
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb1ecfabdca7..efc4dbca4923 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=ruby-icalendar
pkgver=2.3.0
-pkgrel=2
+pkgrel=3
pkgdesc='Internet calendaring, Ruby style'
arch=('any')
url='https://github.com/icalendar/icalendar'
license=('Ruby')
depends=()
-optdepends=('ruby-activesupport-4.1: ActiveSupport is required for TimeWithZone support, but not required for general use.')
+optdepends=('ruby-activesupport-3: 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")