diff --git a/stylelint/modify-time-limit.patch b/stylelint/modify-time-limit.patch deleted file mode 100644 index ce9874e25..000000000 --- a/stylelint/modify-time-limit.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/system-tests/001/fs.test.mjs b/system-tests/001/fs.test.mjs -index 4877ab5..04ac5fa 100644 ---- a/system-tests/001/fs.test.mjs -+++ b/system-tests/001/fs.test.mjs -@@ -13,4 +13,4 @@ it('fs - valid sanitize.css and their config', async () => { - }), - ), - ).toMatchSnapshot(); --}, 10000); -+}, 30000); -diff --git a/system-tests/003/fs.test.mjs b/system-tests/003/fs.test.mjs -index 0927a62..ceab6db 100644 ---- a/system-tests/003/fs.test.mjs -+++ b/system-tests/003/fs.test.mjs -@@ -14,4 +14,4 @@ it('fs - zen garden CSS with standard config', async () => { - }), - ), - ).toMatchSnapshot(); --}, 10000); -+}, 30000); diff --git a/stylelint/riscv64.patch b/stylelint/riscv64.patch deleted file mode 100644 index 7f1577da4..000000000 --- a/stylelint/riscv64.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- PKGBUILD -+++ PKGBUILD -@@ -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') -+