[arch-commits] Commit in libsass/trunk (PKGBUILD)
Jerome Leclanche
jleclanche at archlinux.org
Sun Mar 31 09:49:15 UTC 2019
Date: Sunday, March 31, 2019 @ 09:49:14
Author: jleclanche
Revision: 446614
upgpkg: libsass 3.5.5-2
Recompile with LIBSASS_VERSION defined
Modified:
libsass/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-31 09:48:29 UTC (rev 446613)
+++ PKGBUILD 2019-03-31 09:49:14 UTC (rev 446614)
@@ -3,18 +3,19 @@
pkgname=libsass
pkgver=3.5.5
-pkgrel=1
+pkgrel=2
pkgdesc="C implementation of Sass CSS preprocessor (library)."
arch=("x86_64")
url="http://libsass.org/"
license=("MIT")
source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('487ca58f1dfdc4055079af04f0ad120747385d3b3926b1c8f46e4b00540fdb70')
+sha256sums=("487ca58f1dfdc4055079af04f0ad120747385d3b3926b1c8f46e4b00540fdb70")
build() {
cd "$srcdir/$pkgname-$pkgver"
+ export LIBSASS_VERSION="$pkgver"
autoreconf -i
./configure --prefix=/usr
make
More information about the arch-commits
mailing list