summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Grabovský2016-02-25 18:34:06 +0100
committerMatěj Grabovský2016-02-25 18:34:06 +0100
commitcb144d7b276c54d27b55d161891d039854586504 (patch)
tree8b24587d7f68e98ca88f73a27b4a259f903c8dda
parent1b2726fd181697703d8303097cc4ffee6e0bd871 (diff)
downloadaur-cb144d7b276c54d27b55d161891d039854586504.tar.gz
Update to 3.0.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bae961ea4986..93855be1b899 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Feb 3 15:54:09 UTC 2016
+# Thu Feb 25 17:33:58 UTC 2016
pkgbase = ruby-sprockets-rails
pkgdesc = Sprockets Rails integration
- pkgver = 3.0.1
+ pkgver = 3.0.2
pkgrel = 1
url = https://github.com/rails/sprockets-rails
arch = any
@@ -11,10 +11,10 @@ pkgbase = ruby-sprockets-rails
depends = ruby-sprockets
depends = ruby-actionpack
depends = ruby-activesupport
- noextract = sprockets-rails-3.0.1.gem
+ noextract = sprockets-rails-3.0.2.gem
options = !emptydirs
- source = https://rubygems.org/downloads/sprockets-rails-3.0.1.gem
- sha1sums = 0b051a6d9892c0f2a8972c9b1777193a92944413
+ source = https://rubygems.org/downloads/sprockets-rails-3.0.2.gem
+ sha1sums = 7dfb207064ecc90847ebdb297e5cc4baf0010a4d
pkgname = ruby-sprockets-rails
diff --git a/PKGBUILD b/PKGBUILD
index 761a2d7d2385..b46e52c04c92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_gemname=sprockets-rails
pkgname=ruby-$_gemname
-pkgver=3.0.1
+pkgver=3.0.2
pkgrel=1
pkgdesc='Sprockets Rails integration'
arch=(any)
@@ -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=('0b051a6d9892c0f2a8972c9b1777193a92944413')
+sha1sums=('7dfb207064ecc90847ebdb297e5cc4baf0010a4d')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"