summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2025-04-24 17:54:19 -0500
committerCarlos Aznarán2025-04-24 17:54:19 -0500
commitf04769e8c27863934c2195ab7d33e830a7b61a94 (patch)
tree2b11c82b3f88919f87addb15bb0699941c9ddac0
parentbb47aef8ab519609c12bae60fa524908390a0c34 (diff)
downloadaur-mystmd.tar.gz
Bump version to 1.3.25
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5aa3101c2913..b3ac43002a72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mystmd
pkgdesc = Command line tools for working with MyST Markdown
- pkgver = 1.3.19
+ pkgver = 1.3.25
pkgrel = 1
url = https://github.com/jupyter-book/mystmd
arch = any
@@ -8,7 +8,7 @@ pkgbase = mystmd
depends = nodejs
depends = npm
options = !emptydirs
- source = https://registry.npmjs.org/mystmd/-/mystmd-1.3.19.tgz
- b2sums = 37eddf4c4934953e396b98aec8159a293d192a6096e21f2de2ad48cb19a260a8b1004acefb8cfe4d06574acba09b5fa276f1868d722f8e68879e975dee58e7f5
+ source = https://registry.npmjs.org/mystmd/-/mystmd-1.3.25.tgz
+ b2sums = 3a08260dfeab93d5167fee822120798b091f200fe33a7728f2b568602f2c7caaa1d1727ee3e6128946cae048732f9f7a99d5abc214458c4a26aff7b7e9b54e6f
pkgname = mystmd
diff --git a/PKGBUILD b/PKGBUILD
index 3659201969aa..8826022b3fce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Carlos Aznarán <caznaranl@uni.pe>
pkgname=mystmd
-pkgver=1.3.19
+pkgver=1.3.25
pkgrel=1
pkgdesc="Command line tools for working with MyST Markdown"
url="https://github.com/jupyter-book/${pkgname}"
@@ -9,7 +9,7 @@ license=(MIT)
depends=(nodejs npm)
options=('!emptydirs')
source=(https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz)
-b2sums=('37eddf4c4934953e396b98aec8159a293d192a6096e21f2de2ad48cb19a260a8b1004acefb8cfe4d06574acba09b5fa276f1868d722f8e68879e975dee58e7f5')
+b2sums=('3a08260dfeab93d5167fee822120798b091f200fe33a7728f2b568602f2c7caaa1d1727ee3e6128946cae048732f9f7a99d5abc214458c4a26aff7b7e9b54e6f')
package() {
npm install -g --cache "$srcdir/npm-cache" --prefix "$pkgdir/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"