Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / marked
Commits:
5c600f2c by Felix Yan at 2026-04-11T17:49:08+08:00
upgpkg: 6.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = marked
pkgdesc = A markdown parser built for speed
- pkgver = 5.1.2
+ pkgver = 6.0.0
pkgrel = 1
url = https://github.com/chjj/marked
arch = any
license = MIT
makedepends = npm
depends = nodejs
- noextract = marked-5.1.2.tgz
- source = https://registry.npmjs.org/marked/-/marked-5.1.2.tgz
- sha512sums =
6a144f1972698cc8f048e941a1331900aec04d79258b9a823f1676d531b8e2bc75284a38e1b8a2e1e9204c340f3514382a1ec931bf546f53d5935371452b28ae
+ noextract = marked-6.0.0.tgz
+ source = https://registry.npmjs.org/marked/-/marked-6.0.0.tgz
+ sha512sums =
ec4de6ff1225ca6ac52f9816b30213e0285e204ddf0de879d4d574f4ce31f2239cecd0d897211171030b0081dc4a5aefc258b06cf4383860fe3293d262241cab
pkgname = marked
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=marked
-pkgver=5.1.2
+pkgver=6.0.0
pkgrel=1
pkgdesc="A markdown parser built for speed"
arch=('any')
@@ -11,7 +11,7 @@ depends=('nodejs')
makedepends=('npm')
source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
-sha512sums=('6a144f1972698cc8f048e941a1331900aec04d79258b9a823f1676d531b8e2bc75284a38e1b8a2e1e9204c340f3514382a1ec931bf546f53d5935371452b28ae')
+sha512sums=('ec4de6ff1225ca6ac52f9816b30213e0285e204ddf0de879d4d574f4ce31f2239cecd0d897211171030b0081dc4a5aefc258b06cf4383860fe3293d262241cab')
package() {
npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/marked/-/commit/5c600f2c0c4a60be68c58b919728f8140dd7c3b6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/marked/-/commit/5c600f2c0c4a60be68c58b919728f8140dd7c3b6
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help