Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
stylelint


Commits:
564027ba by Daniel M. Capella at 2023-08-29T17:55:49-04:00
Readability

- - - - -
8194c791 by Daniel M. Capella at 2023-10-17T15:06:49-04:00
upgpkg: 15.11.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,17 @@
+pkgbase = stylelint
+       pkgdesc = Mighty, modern CSS linter
+       pkgver = 15.11.0
+       pkgrel = 1
+       url = https://stylelint.io
+       arch = any
+       license = MIT
+       makedepends = git
+       makedepends = npm
+       makedepends = rsync
+       depends = nodejs
+       optdepends = stylelint-config-standard: for the standard shareable 
config
+       options = !emptydirs
+       source = git+https://github.com/stylelint/stylelint.git#tag=15.11.0
+       b2sums = SKIP
+
+pkgname = stylelint


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella <[email protected]>
 
 pkgname=stylelint
-pkgver=15.10.3
+pkgver=15.11.0
 pkgrel=1
 pkgdesc='Mighty, modern CSS linter'
 arch=('any')
@@ -32,7 +32,7 @@ package() {
   cd $pkgname
   npm prune --production
 
-  rsync -r --exclude __tests__ --exclude lib/testUtils lib "$pkgdir"/$_npmdir
+  rsync -r --exclude=__tests__ --exclude=lib/testUtils lib "$pkgdir"/$_npmdir
   cp -r bin node_modules package.json "$pkgdir"/$_npmdir
   cp -r {CHANGELOG,CONTRIBUTING,README}.md docs 
"$pkgdir"/usr/share/doc/$pkgname
   install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/stylelint/-/compare/eafed7a292fea24634bde4da9abc0f4b340fcc84...8194c791abab051ee56e09ce40af408c4192f243

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/stylelint/-/compare/eafed7a292fea24634bde4da9abc0f4b340fcc84...8194c791abab051ee56e09ce40af408c4192f243
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to