summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd3f1aeb77bf..fdccdd010a03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_gemname=actionmailer
pkgname=ruby-$_gemname
-pkgver=5.0.1
+pkgver=5.0.2
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)
-sha1sums=('839aa492e3d81568b9d5c4c9f2974a3964e12025')
+sha1sums=('07e99e367e4112dab4e9f8425ece30054bea9052')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"