[arch-commits] Commit in libsass/trunk (PKGBUILD)

Jerome Leclanche jleclanche at archlinux.org
Wed Dec 30 02:49:42 UTC 2015


    Date: Wednesday, December 30, 2015 @ 03:49:42
  Author: jleclanche
Revision: 154949

upgpkg: libsass 3.3.2-1

Upstream release 3.3.2

Modified:
  libsass/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-29 20:21:30 UTC (rev 154948)
+++ PKGBUILD	2015-12-30 02:49:42 UTC (rev 154949)
@@ -3,18 +3,19 @@
 # Contributor: Isaac Dupree <antispam at idupree.com>
 
 pkgname=libsass
-pkgver=3.3.1
-pkgrel=2
+pkgver=3.3.2
+pkgrel=1
 pkgdesc="C implementation of Sass CSS preprocessor (library)."
 arch=("i686" "x86_64")
 url="http://libsass.org/"
 license=("MIT")
-source=("https://github.com/sass/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=("e4ac27bf8bd4da327065cb56f66bc39cadd11cd07f9fc872e69785d7204dff47")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz")
+sha256sums=("affb7efaa7e152e576cc1d510c662ebe067b0b9e9228ad2937dcafdd4431b573")
 
 
 build() {
 	cd "$srcdir/$pkgname-$pkgver"
+
 	autoreconf -i
 	./configure --prefix=/usr
 	make



More information about the arch-commits mailing list