Compare commits

...

3 commits

Author SHA1 Message Date
643d107578
upgpkg: rollup 2.62.0-1
New upstream release.
2021-12-24 06:37:45 +00:00
a4e66e10fb
nvchecker: add pulldown-cmark 2021-12-24 06:37:26 +00:00
770302c19b
submodule: pulldown-cmark 0.9.0-1 2021-12-24 06:36:39 +00:00
4 changed files with 13 additions and 3 deletions

3
.gitmodules vendored
View file

@ -247,6 +247,9 @@
[submodule "prometheus-ssl-exporter"]
path = prometheus-ssl-exporter
url = ssh://aur@aur.archlinux.org/prometheus-ssl-exporter.git
[submodule "pulldown-cmark"]
path = pulldown-cmark
url = ssh://aur@aur.archlinux.org/pulldown-cmark.git
[submodule "pypyr"]
path = pypyr
url = ssh://aur@aur.archlinux.org/pypyr.git

View file

@ -90,6 +90,12 @@ to_pattern = '\1.\2.\3'
# github
[pulldown-cmark]
source = "github"
github = "raphlinus/pulldown-cmark"
use_max_tag = true
prefix = "v"
[rlwrap]
source = "github"
github = "hanslub42/rlwrap"

1
pulldown-cmark Submodule

@ -0,0 +1 @@
Subproject commit 83d9388e0f286bf0110ba50e0ebc41b907ce03e1

View file

@ -2,7 +2,7 @@
# Contributor: George Rawlinson <george@rawlinson.net.nz>
pkgname=rollup
pkgver=2.61.1
pkgver=2.62.0
pkgrel=1
pkgdesc="Next-generation ES6 module bundler"
arch=(any)
@ -12,8 +12,8 @@ depends=('nodejs')
makedepends=('npm' 'jq')
source=("$pkgname-$pkgver.tar.gz::https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
noextract=("$pkgname-$pkgver.tar.gz")
sha512sums=('05b4d7944bc1f1df9715b2bfec4e5da08711b7158f462aabd1e6f9bd0d3eda968c334e187b83d96399c739079fda2c76e25fcbd12a4b779870707d794073ddbc')
b2sums=('8f9396c4a64f433bbba98728473012b96ef72581f47f55c921ed60f9b5ff7c1b4cfbe05d3ed040251103c19f925f92e12d46f63fd326c67f3518aa4b177b786c')
sha512sums=('709110ab6830074196303deb60899e7d04d28eb3d8682eace09f6962a9ecb552c9d421dafda64d5640f8129baf83888b78c0382918aaed433b6b028aea3ee373')
b2sums=('4c3e1f4ce758b0327d49fff5a2dce5eb6115c715fe8e30fffcda08cb404e220fd9cd2e23e412b2237fa6001a5dfbcece70c8df0813df4acccd601fc0a44f368e')
package() {
local NPM_FLAGS=(--no-audit --no-fund --no-update-notifier)