mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/ruby-sassc to 2.3.0-2
This commit is contained in:
parent
8b00c06001
commit
41c7cde445
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
_gemname=sassc
|
_gemname=sassc
|
||||||
pkgname=ruby-$_gemname
|
pkgname=ruby-$_gemname
|
||||||
pkgver=2.2.1
|
pkgver=2.3.0
|
||||||
pkgrel=2
|
pkgrel=2
|
||||||
pkgdesc="Use libsass with Ruby!"
|
pkgdesc="Use libsass with Ruby!"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -15,7 +15,7 @@ depends=(ruby ruby-ffi)
|
||||||
options=(!emptydirs)
|
options=(!emptydirs)
|
||||||
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
|
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
|
||||||
noextract=($_gemname-$pkgver.gem)
|
noextract=($_gemname-$pkgver.gem)
|
||||||
sha1sums=('b496f902738b776c45bfda4e5331d46ab86f07a6')
|
sha1sums=('53868c8146264e70c532ec5d683d014436eaf922')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
local _gemdir=$(gem env gemdir)
|
local _gemdir=$(gem env gemdir)
|
||||||
|
|
Loading…
Reference in a new issue