Date: Saturday, April 2, 2022 @ 00:27:18 Author: grawlinson Revision: 1180761
upgpkg: dart-sass 1.49.11-1 * New upstream release. * Remove cli_pkg dependency fix. Modified: dart-sass/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-02 00:11:39 UTC (rev 1180760) +++ PKGBUILD 2022-04-02 00:27:18 UTC (rev 1180761) @@ -2,7 +2,7 @@ # Contributor: Thayne McCombs <[email protected]> pkgname=dart-sass -pkgver=1.49.10 +pkgver=1.49.11 pkgrel=1 pkgdesc="Sass makes CSS fun again" arch=('x86_64') @@ -13,7 +13,7 @@ options=('!strip') provides=('sass') conflicts=('ruby-sass') -_commit='6652001f19710f96947ad02341d67e522a1739ac' +_commit='d7d3f8faa2e78263cd096120422e202fdf955b10' source=("$pkgname::git+https://github.com/sass/dart-sass.git#commit=$_commit") md5sums=('SKIP') @@ -26,11 +26,6 @@ prepare() { cd "$pkgname" - # fix version solving for a nonexistent version - sed \ - -i pubspec.yaml \ - -e 's/cli_pkg: ^2.1.0/cli_pkg: ^2.0.0/' - # download dependencies pub get }
