[arch-commits] Commit in libsass/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Mar 16 14:36:47 UTC 2020
Date: Monday, March 16, 2020 @ 14:36:46
Author: felixonmars
Revision: 599762
archrelease: copy trunk to community-x86_64
Added:
libsass/repos/community-x86_64/PKGBUILD
(from rev 599761, libsass/trunk/PKGBUILD)
Deleted:
libsass/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-16 14:36:31 UTC (rev 599761)
+++ PKGBUILD 2020-03-16 14:36:46 UTC (rev 599762)
@@ -1,29 +0,0 @@
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-# Contributor: Isaac Dupree <antispam at idupree.com>
-
-pkgname=libsass
-pkgver=3.6.1
-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=('e9a3a30851e26145d049c4b20951c663a9d48c781a732acd3cc2cdb30df3449e445b57211f666b58afa137431fbdb149add48ff8a0dec92bd8abb514c90adebb')
-
-
-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 599761, libsass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-16 14:36:46 UTC (rev 599762)
@@ -0,0 +1,29 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Contributor: Isaac Dupree <antispam at idupree.com>
+
+pkgname=libsass
+pkgver=3.6.2
+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=('b1ee92de64f4eeabe2d4bfc693349ac124a81115554228669526e863d18f3c67ab44698414cf204f545eb4a4126ca350a1c7f7658e9ebac447f8b2e7533d9772')
+
+
+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