summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Grabovský2016-07-01 22:48:52 +0200
committerMatěj Grabovský2016-07-01 22:48:52 +0200
commit544b76213017e7d5f87f11dce24deafd2f98f301 (patch)
tree1e9308dba3086dad44ed671bf95b4039fcbed81b
parent96a634498b3df790fba2c64da523e3766a141a00 (diff)
downloadaur-544b76213017e7d5f87f11dce24deafd2f98f301.tar.gz
Update to 5.0.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 920ea3c1b45b..0f4541800e9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Mar 9 10:09:09 UTC 2016
+# Fri Jul 1 20:48:41 UTC 2016
pkgbase = ruby-railties
pkgdesc = Tools for creating, working with, and running Rails applications.
- pkgver = 4.2.6
+ pkgver = 5.0.0
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-4.2.6.gem
+ noextract = railties-5.0.0.gem
options = !emptydirs
- source = https://rubygems.org/downloads/railties-4.2.6.gem
- sha1sums = f2837b9660a9774f93c196fcf9f0e4769571a2e3
+ source = https://rubygems.org/downloads/railties-5.0.0.gem
+ sha1sums = bbe290ea37a2e10474bbadcbcd39874096af5e6c
pkgname = ruby-railties
diff --git a/PKGBUILD b/PKGBUILD
index 4fdb80f740c0..267ebc53e3d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_gemname=railties
pkgname=ruby-$_gemname
-pkgver=4.2.6
+pkgver=5.0.0
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=('f2837b9660a9774f93c196fcf9f0e4769571a2e3')
+sha1sums=('bbe290ea37a2e10474bbadcbcd39874096af5e6c')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"