Skip to content

Commit

Permalink
updpatch: stylelint 16.9.0-1
Browse files Browse the repository at this point in the history
Signed-off-by: 秋雨落 <i@rain.cx>
  • Loading branch information
qyl27 committed Sep 6, 2024
1 parent 80c1255 commit fbecdad
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions stylelint/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
diff --git PKGBUILD PKGBUILD
index 7c76472..aff2fa4 100644
--- PKGBUILD
+++ PKGBUILD
@@ -11,11 +11,14 @@ 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=('d70a1c89f862d4de35de1be7860435b484071ec3bc29d308e3649d786f2631640264518b8997c0f0e8c8bb2f07b3fdc5bb470f6e2af258a45e8e365f5547b7b3')
+source=("git+https://github.com/stylelint/stylelint.git#tag=$pkgver"
+ "modify-time-limit.patch")
+b2sums=('d70a1c89f862d4de35de1be7860435b484071ec3bc29d308e3649d786f2631640264518b8997c0f0e8c8bb2f07b3fdc5bb470f6e2af258a45e8e365f5547b7b3'
+ '1f8720f4bd14847441d21d194cb8874bf0da7946a939feaac68b5d65b36bac9cbfc0fd4fe38ecf4f3541f16e9d8e628a6b5eb30b1b06821f5a837ad199623dcb')
@@ -20,6 +20,7 @@ b2sums=('6b5d7a9adbd027b33d74cd2045b17d39ff3fa465fc00dd76796744b1c55d5411674ac9e

prepare() {
cd $pkgname
+ patch -Np1 -i ../modify-time-limit.patch
npm ci
}

@@ -42,3 +43,7 @@ package() {
cp -r {CHANGELOG,CONTRIBUTING,README}.md docs "$pkgdir"/usr/share/doc/$pkgname
install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
}
+
+source+=("modify-time-limit.patch")
+b2sums+=('1f8720f4bd14847441d21d194cb8874bf0da7946a939feaac68b5d65b36bac9cbfc0fd4fe38ecf4f3541f16e9d8e628a6b5eb30b1b06821f5a837ad199623dcb')
+

0 comments on commit fbecdad

Please sign in to comment.