* update libsass to 3.6.6-1.1

This commit is contained in:
Alexander Baldeck 2024-10-18 10:35:06 +02:00
parent ea4dae88e0
commit 986700598d
2 changed files with 16 additions and 1 deletions

15
libsass/.SRCINFO Normal file
View File

@ -0,0 +1,15 @@
pkgbase = libsass
pkgdesc = C implementation of Sass CSS preprocessor (library)
pkgver = 3.6.6
pkgrel = 1.1
url = https://sass-lang.com/libsass/
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = MIT
source = https://github.com/sass/libsass/archive/3.6.6/libsass-3.6.6.tar.gz
sha256sums = 11f0bb3709a4f20285507419d7618f3877a425c0131ea8df40fe6196129df15d
pkgname = libsass

View File

@ -5,7 +5,7 @@
pkgname=libsass
pkgver=3.6.6
pkgrel=1
pkgrel=1.1
pkgdesc='C implementation of Sass CSS preprocessor (library)'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://sass-lang.com/$pkgname/"