summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Grabovský2016-12-25 14:11:27 +0100
committerMatěj Grabovský2016-12-25 14:11:27 +0100
commit6adec6bec9654e3f4cc851e8e697bab6b8686e09 (patch)
treefd5c0b33205553e1112dc51b0a53f7ebc65014d6
parent772a267edfb77470898221b9ac16be197b51e39b (diff)
downloadaur-6adec6bec9654e3f4cc851e8e697bab6b8686e09.tar.gz
Update to 5.0.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4726598495a6..69759554e2e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Aug 26 18:44:38 UTC 2016
+# Sun Dec 25 13:11:27 UTC 2016
pkgbase = ruby-actionpack
pkgdesc = Web-flow and rendering framework putting the VC in MVC (part of Rails).
- pkgver = 5.0.0.1
+ pkgver = 5.0.1
pkgrel = 1
url = http://www.rubyonrails.org
arch = any
@@ -13,10 +13,10 @@ pkgbase = ruby-actionpack
depends = ruby-rack-test
depends = ruby-actionview
depends = ruby-rails-html-sanitizer
- noextract = actionpack-5.0.0.1.gem
+ noextract = actionpack-5.0.1.gem
options = !emptydirs
- source = https://rubygems.org/downloads/actionpack-5.0.0.1.gem
- sha1sums = b557b5c3b94b63356de93c985bf70be8df7619f3
+ source = https://rubygems.org/downloads/actionpack-5.0.1.gem
+ sha1sums = 240394cb1422317a6d2e4cfa057d2c5bf6c96c5a
pkgname = ruby-actionpack
diff --git a/PKGBUILD b/PKGBUILD
index de9f3135a0bf..82123162730c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_gemname=actionpack
pkgname=ruby-$_gemname
-pkgver=5.0.0.1
+pkgver=5.0.1
pkgrel=1
pkgdesc='Web-flow and rendering framework putting the VC in MVC (part of Rails).'
arch=(any)
@@ -15,7 +15,7 @@ depends=(ruby ruby-activesupport ruby-rack ruby-rack-test ruby-actionview ruby-r
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha1sums=('b557b5c3b94b63356de93c985bf70be8df7619f3')
+sha1sums=('240394cb1422317a6d2e4cfa057d2c5bf6c96c5a')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"