summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Grabovský2016-07-01 13:29:27 +0200
committerMatěj Grabovský2016-07-01 13:29:27 +0200
commit26d763971f4343cf98cce8ef7c4bc93f53c450f9 (patch)
treece5666a1f4d6d1982716f5646c599bebe3d17f4b
parent927452bbb7d662282801ac2377b1f74c3578703a (diff)
downloadaur-26d763971f4343cf98cce8ef7c4bc93f53c450f9.tar.gz
Remove old dependency
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d5096c5c177..944c7e2107a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
_gemname=actionmailer
pkgname=ruby-$_gemname
pkgver=5.0.0
-pkgrel=2
+pkgrel=3
pkgdesc='Email composition, delivery, and receiving framework (part of Rails).'
arch=(any)
url='http://www.rubyonrails.org'
license=(MIT)
-depends=(ruby ruby-actionpack ruby-actionview ruby-activejob ruby-mail ruby-rails-dom-testing)
+depends=(ruby ruby-actionpack ruby-actionview ruby-mail ruby-rails-dom-testing)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)