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

Jerome Leclanche jleclanche at archlinux.org
Sun May 23 16:56:08 UTC 2021


    Date: Sunday, May 23, 2021 @ 16:56:08
  Author: jleclanche
Revision: 943503

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-23 16:55:54 UTC (rev 943502)
+++ PKGBUILD	2021-05-23 16:56:08 UTC (rev 943503)
@@ -1,29 +0,0 @@
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-# Contributor: Isaac Dupree <antispam at idupree.com>
-
-pkgname=libsass
-pkgver=3.6.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")
-sha512sums=('1f79553be31949d45adf440dcbcf4b828a7e4f71c6f63f288f99451fccc490ebf0c68c58d91deabede37962e35a8cf9af8b0d60d89349fd0adea1ac061c8c2c8')
-
-
-build() {
-	cd "$srcdir/$pkgname-$pkgver"
-
-	export LIBSASS_VERSION="$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 943502, libsass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-23 16:56:08 UTC (rev 943503)
@@ -0,0 +1,29 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Contributor: Isaac Dupree <antispam at idupree.com>
+
+pkgname=libsass
+pkgver=3.6.5
+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=("89d8f2c46ae2b1b826b58ce7dde966a176bac41975b82e84ad46b01a55080582")
+
+
+build() {
+	cd "$srcdir/$pkgname-$pkgver"
+
+	export LIBSASS_VERSION="$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