summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad1ca5eee921..9e069ab3645e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ruby-actionmailer
pkgdesc = Email composition, delivery, and receiving framework (part of Rails).
- pkgver = 6.1.4
+ pkgver = 6.1.4.1
pkgrel = 1
url = http://www.rubyonrails.org
arch = any
@@ -10,10 +10,9 @@ pkgbase = ruby-actionmailer
depends = ruby-actionview
depends = ruby-mail
depends = ruby-rails-dom-testing
- noextract = actionmailer-6.1.4.gem
+ noextract = actionmailer-6.1.4.1.gem
options = !emptydirs
- source = https://rubygems.org/downloads/actionmailer-6.1.4.gem
- sha256sums = ee6c7e7a862ad874490c9db3e536c61de07e1b91de698ea6dba52afc78bcb857
+ source = https://rubygems.org/downloads/actionmailer-6.1.4.1.gem
+ sha256sums = 229525238eeba137d9ecdc6c331fac07c76a2305ea66f102642f16a6043d4003
pkgname = ruby-actionmailer
-
diff --git a/PKGBUILD b/PKGBUILD
index 42d749f6efb8..a091802332c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_gemname=actionmailer
pkgname=ruby-$_gemname
-pkgver=6.1.4
+pkgver=6.1.4.1
pkgrel=1
pkgdesc='Email composition, delivery, and receiving framework (part of Rails).'
arch=(any)
@@ -15,7 +15,7 @@ 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)
-sha256sums=('ee6c7e7a862ad874490c9db3e536c61de07e1b91de698ea6dba52afc78bcb857')
+sha256sums=('229525238eeba137d9ecdc6c331fac07c76a2305ea66f102642f16a6043d4003')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"