* update libsass to 3.6.6-1
This commit is contained in:
parent
970af86c8b
commit
e82d91049d
@ -4,15 +4,15 @@
|
||||
# Contributor: Isaac Dupree <antispam@idupree.com>
|
||||
|
||||
pkgname=libsass
|
||||
pkgver=3.6.5
|
||||
pkgrel=3
|
||||
pkgver=3.6.6
|
||||
pkgrel=1
|
||||
pkgdesc='C implementation of Sass CSS preprocessor (library)'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url="https://sass-lang.com/$pkgname/"
|
||||
license=(MIT)
|
||||
_archive="$pkgname-$pkgver"
|
||||
source=("https://github.com/sass/$pkgname/archive/$pkgver/$_archive.tar.gz")
|
||||
sha256sums=('89d8f2c46ae2b1b826b58ce7dde966a176bac41975b82e84ad46b01a55080582')
|
||||
sha256sums=('11f0bb3709a4f20285507419d7618f3877a425c0131ea8df40fe6196129df15d')
|
||||
|
||||
build() {
|
||||
cd "$_archive"
|
||||
@ -24,6 +24,6 @@ build() {
|
||||
|
||||
package() {
|
||||
cd "$_archive"
|
||||
make DESTDIR="$pkgdir/" install
|
||||
make DESTDIR="$pkgdir" install
|
||||
install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user