summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Grabovský2017-08-26 14:54:04 +0200
committerMatěj Grabovský2017-08-26 14:54:04 +0200
commita46bd2c06a7bc9f2672ec32bdfaf8df5af729d30 (patch)
tree5f9362a1d4aead8efc3cd17c09634c3eb79043b6
parent9649e8b751c9afcb4eb1e58793ffc6e7c6f9eac4 (diff)
downloadaur-a46bd2c06a7bc9f2672ec32bdfaf8df5af729d30.tar.gz
Correct source file checksum
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d6521f69716..32183849bd65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Aug 25 19:42:02 UTC 2017
+# Sat Aug 26 12:53:43 UTC 2017
pkgbase = ruby-railties
pkgdesc = Tools for creating, working with, and running Rails applications.
pkgver = 5.1.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.rubyonrails.org
arch = any
license = MIT
@@ -14,7 +14,7 @@ pkgbase = ruby-railties
noextract = railties-5.1.3.gem
options = !emptydirs
source = https://rubygems.org/downloads/railties-5.1.3.gem
- sha1sums = 8af9b7b6c452a26c024410c5011b980f1ec7e338
+ sha1sums = 1a8e81a6c434bf3b5347577ea618664bc926d02f
pkgname = ruby-railties
diff --git a/PKGBUILD b/PKGBUILD
index f2e9271fd5fe..364153b67ac3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_gemname=railties
pkgname=ruby-$_gemname
pkgver=5.1.3
-pkgrel=1
+pkgrel=2
pkgdesc='Tools for creating, working with, and running Rails applications.'
arch=(any)
url='http://www.rubyonrails.org'
@@ -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=('8af9b7b6c452a26c024410c5011b980f1ec7e338')
+sha1sums=('1a8e81a6c434bf3b5347577ea618664bc926d02f')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"