Skip to content

Commit 3fa7683

Browse files
🔧 FIX: Local package is newer than repo
- In PKGBUILD: - Bump release to 2 to avoid error relating to package versions. - Regenerate .SRCINFO - Add more tasks to "todo" list On branch main - Changes to be committed: - modified: .SRCINFO - modified: PKGBUILD
1 parent d2a1bfa commit 3fa7683

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.SRCINFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = remark-preset-lint-markdown-style-guide
22
pkgdesc = A remark lint preset to enforce consistency.
33
pkgver = 5.1.2
4-
pkgrel = 1
4+
pkgrel = 2
55
url = https://github.com/remarkjs/remark-lint/tree/master/packages/remark-preset-lint-consistent
66
arch = any
77
license = MIT

PKGBUILD

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# pkgbase=
1717
pkgname="remark-preset-lint-markdown-style-guide"
1818
pkgver=5.1.2
19-
pkgrel=1
19+
pkgrel=2
2020
# epoch=
2121
pkgdesc="A remark lint preset to enforce consistency."
2222
arch=("any")
@@ -89,6 +89,8 @@ package() {
8989
mv "$tmppackage" "$pkgjson"
9090
chmod 644 "$pkgjson"
9191

92+
rm -rf "$pkgdir/usr/lib/node_modules/root"
93+
9294
# Install license
9395
# install -Dm 644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
9496

0 commit comments

Comments
 (0)