[arch-commits] Commit in stylus/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan fyan at archlinux.org
Sun Mar 6 04:43:30 UTC 2016


    Date: Sunday, March 6, 2016 @ 05:43:30
  Author: fyan
Revision: 165194

archrelease: copy trunk to community-any

Added:
  stylus/repos/community-any/PKGBUILD
    (from rev 165193, stylus/trunk/PKGBUILD)
Deleted:
  stylus/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-06 04:43:15 UTC (rev 165193)
+++ PKGBUILD	2016-03-06 04:43:30 UTC (rev 165194)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=stylus
-pkgdesc='Robust, expressive, and feature-rich CSS superset'
-pkgver=0.53.0
-pkgrel=1
-arch=('any')
-url='https://github.com/stylus/stylus'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm' 'git')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('d482f4cdbb2fe4e8ffddd41ad005f89b78d09703431a914553785d2300dfd851')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/$pkgname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: stylus/repos/community-any/PKGBUILD (from rev 165193, stylus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-03-06 04:43:30 UTC (rev 165194)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=stylus
+pkgdesc='Robust, expressive, and feature-rich CSS superset'
+pkgver=0.54.0
+pkgrel=1
+arch=('any')
+url='https://github.com/stylus/stylus'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm' 'git')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('9fedf17dbb1e0c62ba08057b9ec480822f4ca003ff7504bf8f1dc7ef1af8449d')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/$pkgname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/"
+}



More information about the arch-commits mailing list