summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Kohlmeyer2016-03-22 17:57:30 +0100
committerSimon Kohlmeyer2016-03-22 17:57:30 +0100
commit82e36e608426861d496b7071742d34e32cc80095 (patch)
treeb452558eafd489f93d58d7cada8a3534a2c4699b /PKGBUILD
parent8c2c51b4dd5aecb385346e0e9d0b9b667be1dc67 (diff)
downloadaur-82e36e608426861d496b7071742d34e32cc80095.tar.gz
ruby-minitest is now part of the main ruby package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c60107d87026..4984b38e8bc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
_gemname=activesupport
pkgname=ruby-$_gemname
pkgver=4.2.6
-pkgrel=1
+pkgrel=2
pkgdesc='A toolkit of support libraries and Ruby core extensions extracted from the Rails framework.'
arch=(any)
url='https://rubygems.org/gems/activesupport/'
license=(MIT)
-depends=(ruby ruby-i18n ruby-json ruby-tzinfo ruby-minitest ruby-thread_safe)
+depends=(ruby ruby-i18n ruby-json ruby-tzinfo ruby-thread_safe)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)