summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Grabovský2017-11-24 17:01:17 +0100
committerMatěj Grabovský2017-11-24 17:01:17 +0100
commit42517c3d1a52c7e61dc4ba62a64c93b5f8158aeb (patch)
tree0af72ccd51559bbb40b733fa0a8e5e9b09fdfa09
parenta46bd2c06a7bc9f2672ec32bdfaf8df5af729d30 (diff)
downloadaur-42517c3d1a52c7e61dc4ba62a64c93b5f8158aeb.tar.gz
Update to 5.1.4
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32183849bd65..ecd6708a4afc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Aug 26 12:53:43 UTC 2017
+# Fri Nov 24 16:01:17 UTC 2017
pkgbase = ruby-railties
pkgdesc = Tools for creating, working with, and running Rails applications.
- pkgver = 5.1.3
- pkgrel = 2
+ pkgver = 5.1.4
+ pkgrel = 1
url = http://www.rubyonrails.org
arch = any
license = MIT
@@ -11,10 +11,9 @@ pkgbase = ruby-railties
depends = ruby-activesupport
depends = ruby-actionpack
depends = ruby-thor
- noextract = railties-5.1.3.gem
options = !emptydirs
- source = https://rubygems.org/downloads/railties-5.1.3.gem
- sha1sums = 1a8e81a6c434bf3b5347577ea618664bc926d02f
+ source = https://rubygems.org/downloads/railties-5.1.4.gem
+ sha1sums = 589f8b84bf9f41c59098839464c1d1fd5ac1c543
pkgname = ruby-railties
diff --git a/PKGBUILD b/PKGBUILD
index 364153b67ac3..5cd87eadc313 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
_gemname=railties
pkgname=ruby-$_gemname
-pkgver=5.1.3
-pkgrel=2
+pkgver=5.1.4
+pkgrel=1
pkgdesc='Tools for creating, working with, and running Rails applications.'
arch=(any)
url='http://www.rubyonrails.org'
@@ -14,8 +14,7 @@ license=(MIT)
depends=(ruby ruby-activesupport ruby-actionpack ruby-thor)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('1a8e81a6c434bf3b5347577ea618664bc926d02f')
+sha1sums=('589f8b84bf9f41c59098839464c1d1fd5ac1c543')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"