summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Grabovský2016-02-03 16:54:21 +0100
committerMatěj Grabovský2016-02-03 16:54:21 +0100
commit1b2726fd181697703d8303097cc4ffee6e0bd871 (patch)
tree662f426b916f078afeaefdc73bbff80960db0c9a
parentd808a92eb000860bb78869cb92e49e57de4c7222 (diff)
downloadaur-1b2726fd181697703d8303097cc4ffee6e0bd871.tar.gz
Update to 3.0.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fffc2b02fef6..bae961ea4986 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Dec 27 09:09:19 UTC 2015
+# Wed Feb 3 15:54:09 UTC 2016
pkgbase = ruby-sprockets-rails
pkgdesc = Sprockets Rails integration
- pkgver = 3.0.0
- pkgrel = 2
+ pkgver = 3.0.1
+ pkgrel = 1
url = https://github.com/rails/sprockets-rails
arch = any
license = MIT
@@ -11,10 +11,10 @@ pkgbase = ruby-sprockets-rails
depends = ruby-sprockets
depends = ruby-actionpack
depends = ruby-activesupport
- noextract = sprockets-rails-3.0.0.gem
+ noextract = sprockets-rails-3.0.1.gem
options = !emptydirs
- source = https://rubygems.org/downloads/sprockets-rails-3.0.0.gem
- sha1sums = a77fdce13b3cd6c8fb7342dd8ca232dfc9163f57
+ source = https://rubygems.org/downloads/sprockets-rails-3.0.1.gem
+ sha1sums = 0b051a6d9892c0f2a8972c9b1777193a92944413
pkgname = ruby-sprockets-rails
diff --git a/PKGBUILD b/PKGBUILD
index 6014cec270bd..761a2d7d2385 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
_gemname=sprockets-rails
pkgname=ruby-$_gemname
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.0.1
+pkgrel=1
pkgdesc='Sprockets Rails integration'
arch=(any)
url='https://github.com/rails/sprockets-rails'
@@ -15,7 +15,7 @@ depends=(ruby ruby-sprockets ruby-actionpack ruby-activesupport)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha1sums=('a77fdce13b3cd6c8fb7342dd8ca232dfc9163f57')
+sha1sums=('0b051a6d9892c0f2a8972c9b1777193a92944413')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"