summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Grabovský2016-12-25 14:07:19 +0100
committerMatěj Grabovský2016-12-25 14:07:19 +0100
commitc8342afd56eabd0f46bcea92949f0dd305f914d2 (patch)
tree1f7aee4d4451b94902eaf311598c4b28bd8919be
parentba3c38f1c751d21b234967437f08be33ab8e98cc (diff)
downloadaur-c8342afd56eabd0f46bcea92949f0dd305f914d2.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 e58d176c2535..e151b3c65a04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Aug 26 18:43:30 UTC 2016
+# Sun Dec 25 13:07:19 UTC 2016
pkgbase = ruby-activerecord
pkgdesc = Object-relational mapper framework (part of Rails).
- pkgver = 5.0.0.1
+ pkgver = 5.0.1
pkgrel = 1
url = http://www.rubyonrails.org
arch = any
@@ -11,10 +11,10 @@ pkgbase = ruby-activerecord
depends = ruby-activesupport
depends = ruby-activemodel
depends = ruby-arel
- noextract = activerecord-5.0.0.1.gem
+ noextract = activerecord-5.0.1.gem
options = !emptydirs
- source = https://rubygems.org/downloads/activerecord-5.0.0.1.gem
- sha1sums = 4ca136b557265b4ee307c8f936180680cc0fcde0
+ source = https://rubygems.org/downloads/activerecord-5.0.1.gem
+ sha1sums = ad285d6723c2d51df852b372b20b4f8a061ccbf6
pkgname = ruby-activerecord
diff --git a/PKGBUILD b/PKGBUILD
index a1666cc29a4c..db8b09050cab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_gemname=activerecord
pkgname=ruby-$_gemname
-pkgver=5.0.0.1
+pkgver=5.0.1
pkgrel=1
pkgdesc='Object-relational mapper framework (part of Rails).'
arch=(any)
@@ -15,7 +15,7 @@ depends=(ruby ruby-activesupport ruby-activemodel ruby-arel)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha1sums=('4ca136b557265b4ee307c8f936180680cc0fcde0')
+sha1sums=('ad285d6723c2d51df852b372b20b4f8a061ccbf6')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"