Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / libsass
Commits: 30c1dd4a by Caleb Maclennan at 2023-12-22T23:55:26+03:00 upgpkg: 3.6.6-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,11 @@ +pkgbase = libsass + pkgdesc = C implementation of Sass CSS preprocessor (library) + pkgver = 3.6.6 + pkgrel = 1 + url = https://sass-lang.com/libsass/ + arch = x86_64 + license = MIT + source = https://github.com/sass/libsass/archive/3.6.6/libsass-3.6.6.tar.gz + sha256sums = 11f0bb3709a4f20285507419d7618f3877a425c0131ea8df40fe6196129df15d + +pkgname = libsass ===================================== PKGBUILD ===================================== @@ -3,15 +3,15 @@ # Contributor: Isaac Dupree <[email protected]> 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) 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" @@ -23,6 +23,6 @@ build() { package() { cd "$_archive" - make DESTDIR="$pkgdir/" install + make DESTDIR="$pkgdir" install install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libsass/-/commit/30c1dd4a9d83d305826127ff735cf0429603e4d4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libsass/-/commit/30c1dd4a9d83d305826127ff735cf0429603e4d4 You're receiving this email because of your account on gitlab.archlinux.org.
