From 65b0891c917b99e6115a5c37ace33538bd5e72a7 Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 16 Dec 2019 13:03:45 +0100 Subject: [PATCH] Revert "libsass: update to 3.6.3." This reverts commit e6681e2753070f948609f536f170d531f00d7611. This still breaks at least arc-theme. --- srcpkgs/libsass/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libsass/template b/srcpkgs/libsass/template index 7a5ed8f80c..087cc0300b 100644 --- a/srcpkgs/libsass/template +++ b/srcpkgs/libsass/template @@ -1,7 +1,8 @@ # Template file for 'libsass' pkgname=libsass -version=3.6.3 -revision=1 +reverts="3.6.3_1 3.6.2_1" +version=3.6.1 +revision=3 build_style=gnu-configure hostmakedepends="automake libtool" short_desc="C implementation of Sass CSS preprocessor" @@ -9,7 +10,7 @@ maintainer="Gerardo Di Iorio " license="MIT" homepage="http://www.sass-lang.com/libsass" distfiles="https://github.com/sass/${pkgname}/archive/${version}.tar.gz" -checksum=dadb470bb9141e91b437119d367654427180ed2b3d04b8000eab5b0ca47cd5bb +checksum=18d6e866ba2430cccae2551f384aca253a84592c692ce7146550f1d4f273b7d7 pre_configure() { NOCONFIGURE=1 autoreconf -fi