summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Grabovský2016-03-02 08:53:05 +0100
committerMatěj Grabovský2016-03-02 08:53:05 +0100
commit1eac8615f0938c95a72bbff2c92e18d9e3b753ad (patch)
treee11ea133ef794458d9a341b0de4ed06e23e34a03
parenteaeb1ba80a950fc4193b30d86badeae8cc02c2c2 (diff)
downloadaur-1eac8615f0938c95a72bbff2c92e18d9e3b753ad.tar.gz
Update to 4.2.5.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b69c76840c27..65621179432c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 26 16:03:34 UTC 2016
+# Wed Mar 2 07:53:05 UTC 2016
pkgbase = ruby-actionpack
pkgdesc = Web-flow and rendering framework putting the VC in MVC (part of Rails).
- pkgver = 4.2.5.1
+ pkgver = 4.2.5.2
pkgrel = 1
url = http://www.rubyonrails.org
arch = any
@@ -12,10 +12,10 @@ pkgbase = ruby-actionpack
depends = ruby-rack
depends = ruby-rack-test
depends = ruby-actionview
- noextract = actionpack-4.2.5.1.gem
+ noextract = actionpack-4.2.5.2.gem
options = !emptydirs
- source = https://rubygems.org/downloads/actionpack-4.2.5.1.gem
- sha1sums = 800fec0a382e3642d500c5dd42e6b8b4c9ebe75e
+ source = https://rubygems.org/downloads/actionpack-4.2.5.2.gem
+ sha1sums = d4c345a50c1ca34877c262515c803f7e3c2b1db0
pkgname = ruby-actionpack
diff --git a/PKGBUILD b/PKGBUILD
index 91031d11994d..9563eb645c87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_gemname=actionpack
pkgname=ruby-$_gemname
-pkgver=4.2.5.1
+pkgver=4.2.5.2
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)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha1sums=('800fec0a382e3642d500c5dd42e6b8b4c9ebe75e')
+sha1sums=('d4c345a50c1ca34877c262515c803f7e3c2b1db0')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"