summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Grabovský2019-10-04 23:46:22 +0200
committerMatěj Grabovský2019-10-04 23:46:22 +0200
commit7274ed2fb98d3535ee37a8f374b8c31133ef3a47 (patch)
tree6c482dce53ff2006e3d7a80dd0d6ee3086ce73fc
parente5c10a2a9e93b48c0268bc4f5880d3277568518d (diff)
downloadaur-7274ed2fb98d3535ee37a8f374b8c31133ef3a47.tar.gz
Update to 6.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9717065c773..2385fab5b6e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jun 23 10:18:14 UTC 2019
+# Fri Oct 4 21:46:22 UTC 2019
pkgbase = ruby-railties
pkgdesc = Tools for creating, working with, and running Rails applications.
- pkgver = 5.2.3
+ pkgver = 6.0.0
pkgrel = 1
url = http://www.rubyonrails.org
arch = any
@@ -12,8 +12,8 @@ pkgbase = ruby-railties
depends = ruby-actionpack
depends = ruby-thor
options = !emptydirs
- source = https://rubygems.org/downloads/railties-5.2.3.gem
- sha1sums = 2a0c7f8779c291adbeebdd8fa28a46c39237d333
+ source = https://rubygems.org/downloads/railties-6.0.0.gem
+ sha1sums = 65a58cf19eb8999720c8699107ffe0911b83ecd6
pkgname = ruby-railties
diff --git a/PKGBUILD b/PKGBUILD
index 3e117bedc412..8d09cf964027 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_gemname=railties
pkgname=ruby-$_gemname
-pkgver=5.2.3
+pkgver=6.0.0
pkgrel=1
pkgdesc='Tools for creating, working with, and running Rails applications.'
arch=(any)
@@ -14,7 +14,7 @@ license=(MIT)
depends=(ruby ruby-activesupport ruby-actionpack ruby-thor)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-sha1sums=('2a0c7f8779c291adbeebdd8fa28a46c39237d333')
+sha1sums=('65a58cf19eb8999720c8699107ffe0911b83ecd6')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"