[arch-commits] Commit in stylelint-config-recommended/repos/community-any (2 files)

Daniel M. Capella polyzen at gemini.archlinux.org
Thu Feb 10 07:20:25 UTC 2022


    Date: Thursday, February 10, 2022 @ 07:20:24
  Author: polyzen
Revision: 1130885

archrelease: copy trunk to community-any

Added:
  stylelint-config-recommended/repos/community-any/PKGBUILD
    (from rev 1130884, stylelint-config-recommended/trunk/PKGBUILD)
Deleted:
  stylelint-config-recommended/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-10 07:20:05 UTC (rev 1130884)
+++ PKGBUILD	2022-02-10 07:20:24 UTC (rev 1130885)
@@ -1,32 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-pkgname=stylelint-config-recommended
-pkgver=6.0.0
-pkgrel=1
-pkgdesc='Recommended shareable config for stylelint'
-arch=('any')
-url=https://github.com/stylelint/stylelint-config-recommended
-license=('MIT')
-depends=('stylelint')
-makedepends=('git' 'npm')
-source=("git+$url.git")
-b2sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  npm ci
-}
-
-check() {
-  cd $pkgname
-  npm test
-}
-
-package() {
-  cd $pkgname
-  install -Dm644 -t "$pkgdir"/usr/lib/node_modules/$pkgname index.js
-  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname {CHANGELOG,README}.md
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: stylelint-config-recommended/repos/community-any/PKGBUILD (from rev 1130884, stylelint-config-recommended/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-10 07:20:24 UTC (rev 1130885)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=stylelint-config-recommended
+pkgver=7.0.0
+pkgrel=1
+pkgdesc='Recommended shareable config for stylelint'
+arch=('any')
+url=https://github.com/stylelint/stylelint-config-recommended
+license=('MIT')
+depends=('stylelint')
+makedepends=('git' 'npm')
+source=("git+$url.git")
+b2sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  npm ci
+}
+
+check() {
+  cd $pkgname
+  npm test
+}
+
+package() {
+  cd $pkgname
+  install -Dm644 -t "$pkgdir"/usr/lib/node_modules/$pkgname index.js
+  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname {CHANGELOG,README}.md
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list