summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Grabovský2017-03-05 19:14:22 +0100
committerMatěj Grabovský2017-03-05 19:14:22 +0100
commitbc92c36a8cd342c8b1e8471e4e3a5d7300fff1c3 (patch)
treef45376f9a904a4f1849466ebcb4890e788167e6f
parent4c3ee367c69146b81235008fb6c05b6397b7cef3 (diff)
downloadaur-bc92c36a8cd342c8b1e8471e4e3a5d7300fff1c3.tar.gz
Update to 5.0.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8876bac5048e..62c51953fa01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Dec 25 13:12:49 UTC 2016
+# Sun Mar 5 18:14:22 UTC 2017
pkgbase = ruby-railties
pkgdesc = Tools for creating, working with, and running Rails applications.
- pkgver = 5.0.1
+ pkgver = 5.0.2
pkgrel = 1
url = http://www.rubyonrails.org
arch = any
@@ -11,10 +11,10 @@ pkgbase = ruby-railties
depends = ruby-activesupport
depends = ruby-actionpack
depends = ruby-thor
- noextract = railties-5.0.1.gem
+ noextract = railties-5.0.2.gem
options = !emptydirs
- source = https://rubygems.org/downloads/railties-5.0.1.gem
- sha1sums = a8c264bccbad342e8e781a3fffab98466f3e4852
+ source = https://rubygems.org/downloads/railties-5.0.2.gem
+ sha1sums = a73417471254bc57c2db838fb577f33f91027201
pkgname = ruby-railties
diff --git a/PKGBUILD b/PKGBUILD
index 305c9e2fb700..cb2d1a8b8e1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_gemname=railties
pkgname=ruby-$_gemname
-pkgver=5.0.1
+pkgver=5.0.2
pkgrel=1
pkgdesc='Tools for creating, working with, and running Rails applications.'
arch=(any)
@@ -15,7 +15,7 @@ depends=(ruby ruby-activesupport ruby-actionpack ruby-thor)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha1sums=('a8c264bccbad342e8e781a3fffab98466f3e4852')
+sha1sums=('a73417471254bc57c2db838fb577f33f91027201')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"