summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Grabovský2015-12-27 10:09:51 +0100
committerMatěj Grabovský2015-12-27 10:09:51 +0100
commitd808a92eb000860bb78869cb92e49e57de4c7222 (patch)
tree5d68306b66a086978526b0b06cb61f1c286debb0
parente2dc7b2060eaeb2295389fe30ae280ab21add6af (diff)
downloadaur-d808a92eb000860bb78869cb92e49e57de4c7222.tar.gz
Temporarily remove licence file from the installation process
The file has been renamed upstream but the Gemfile hasn't been updated until after the release, so it's not even bundled in the gem file. Remember to bring this back in the next release.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2d701271d8b..fffc2b02fef6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Dec 19 11:24:23 UTC 2015
+# Sun Dec 27 09:09:19 UTC 2015
pkgbase = ruby-sprockets-rails
pkgdesc = Sprockets Rails integration
pkgver = 3.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rails/sprockets-rails
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index d1ea46d9ddc7..6014cec270bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_gemname=sprockets-rails
pkgname=ruby-$_gemname
pkgver=3.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='Sprockets Rails integration'
arch=(any)
url='https://github.com/rails/sprockets-rails'
@@ -21,5 +21,4 @@ package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"
gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
- install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}