Date: Saturday, February 11, 2023 @ 16:42:24 Author: polyzen Revision: 1399820
upgpkg: stylelint 15.1.0-1 Modified: stylelint/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-11 15:50:56 UTC (rev 1399819) +++ PKGBUILD 2023-02-11 16:42:24 UTC (rev 1399820) @@ -1,7 +1,7 @@ # Maintainer: Daniel M. Capella <[email protected]> pkgname=stylelint -pkgver=15.0.0 +pkgver=15.1.0 pkgrel=1 pkgdesc='Mighty, modern CSS linter' arch=('any') @@ -10,6 +10,7 @@ depends=('nodejs') makedepends=('git' 'npm' 'rsync') optdepends=('stylelint-config-standard: for the standard shareable config') +options=('!emptydirs') source=("git+https://github.com/stylelint/stylelint.git#tag=$pkgver") b2sums=('SKIP')
