[arch-commits] Commit in libsass/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jerome Leclanche jleclanche at archlinux.org
Sun Oct 14 18:25:41 UTC 2018


    Date: Sunday, October 14, 2018 @ 18:25:40
  Author: jleclanche
Revision: 393757

archrelease: copy trunk to community-x86_64

Added:
  libsass/repos/community-x86_64/PKGBUILD
    (from rev 393756, libsass/trunk/PKGBUILD)
Deleted:
  libsass/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-14 18:25:29 UTC (rev 393756)
+++ PKGBUILD	2018-10-14 18:25:40 UTC (rev 393757)
@@ -1,28 +0,0 @@
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-# Contributor: Isaac Dupree <antispam at idupree.com>
-
-pkgname=libsass
-pkgver=3.4.9
-pkgrel=1
-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")
-sha512sums=('f81c6cea533090f7d94395792fa5b9dad8f8e912673f764e75d2350ba0bb51c80ad22f64d9bff6a20d04be21b7a7fb802f75a745a0fceca9c2ecc5ca7ace0988')
-
-
-build() {
-	cd "$srcdir/$pkgname-$pkgver"
-
-	autoreconf -i
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd "$srcdir/$pkgname-$pkgver"
-
-	make DESTDIR="$pkgdir/" install
-	install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libsass/repos/community-x86_64/PKGBUILD (from rev 393756, libsass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-14 18:25:40 UTC (rev 393757)
@@ -0,0 +1,28 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Contributor: Isaac Dupree <antispam at idupree.com>
+
+pkgname=libsass
+pkgver=3.5.4
+pkgrel=1
+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=("5f61cbcddaf8e6ef7a725fcfa5d05297becd7843960f245197ebb655ff868770")
+
+
+build() {
+	cd "$srcdir/$pkgname-$pkgver"
+
+	autoreconf -i
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+
+	make DESTDIR="$pkgdir/" install
+	install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list