summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Grabovský2015-12-19 12:24:33 +0100
committerMatěj Grabovský2015-12-19 12:24:33 +0100
commite2dc7b2060eaeb2295389fe30ae280ab21add6af (patch)
tree1830c76621adca8f17d2a9ea0be09ba7b69b62cf
parent723c0dd8d29cb8b6feae1586c0f51f06c189a7e4 (diff)
downloadaur-e2dc7b2060eaeb2295389fe30ae280ab21add6af.tar.gz
Update to 3.0.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ee1984d82b9..e2d701271d8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Dec 19 11:24:23 UTC 2015
pkgbase = ruby-sprockets-rails
pkgdesc = Sprockets Rails integration
- pkgver = 2.3.3
+ pkgver = 3.0.0
pkgrel = 1
url = https://github.com/rails/sprockets-rails
arch = any
@@ -9,10 +11,10 @@ pkgbase = ruby-sprockets-rails
depends = ruby-sprockets
depends = ruby-actionpack
depends = ruby-activesupport
- noextract = sprockets-rails-2.3.3.gem
+ noextract = sprockets-rails-3.0.0.gem
options = !emptydirs
- source = https://rubygems.org/downloads/sprockets-rails-2.3.3.gem
- sha1sums = e809bd8ff13e1d8f59130401c741fe7b3fdfdaa2
+ source = https://rubygems.org/downloads/sprockets-rails-3.0.0.gem
+ sha1sums = a77fdce13b3cd6c8fb7342dd8ca232dfc9163f57
pkgname = ruby-sprockets-rails
diff --git a/PKGBUILD b/PKGBUILD
index ab672ce8c3f0..d1ea46d9ddc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_gemname=sprockets-rails
pkgname=ruby-$_gemname
-pkgver=2.3.3
+pkgver=3.0.0
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=('e809bd8ff13e1d8f59130401c741fe7b3fdfdaa2')
+sha1sums=('a77fdce13b3cd6c8fb7342dd8ca232dfc9163f57')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"