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