Compare commits

...

2 commits

Author SHA1 Message Date
33709486c7
upgpkg: rollup 2.72.0-1
New upstream release.
2022-05-07 19:19:45 +12:00
001334a4f6
upgpkg: python-pydeps 1.10.18-1
New upstream release.
2022-05-07 09:27:53 +12:00
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
pkgname=python-pydeps pkgname=python-pydeps
_name=${pkgname#python-} _name=${pkgname#python-}
pkgver=1.10.17 pkgver=1.10.18
pkgrel=1 pkgrel=1
pkgdesc='Python module dependency graphs' pkgdesc='Python module dependency graphs'
arch=('any') arch=('any')
@ -16,7 +16,7 @@ depends=(
) )
makedepends=('git' 'python-setuptools') makedepends=('git' 'python-setuptools')
checkdepends=('python-pytest') checkdepends=('python-pytest')
_commit='1aac4898bf493df8fae0015b46d69e7b0aa0aef1' _commit='1d44516d25121687f206d8b21736d8f7f3b8021d'
source=("$pkgname::git+$url.git#commit=$_commit") source=("$pkgname::git+$url.git#commit=$_commit")
b2sums=('SKIP') b2sums=('SKIP')

View file

@ -2,7 +2,7 @@
# Contributor: George Rawlinson <george@rawlinson.net.nz> # Contributor: George Rawlinson <george@rawlinson.net.nz>
pkgname=rollup pkgname=rollup
pkgver=2.71.1 pkgver=2.72.0
pkgrel=1 pkgrel=1
pkgdesc='Next-generation ES6 module bundler' pkgdesc='Next-generation ES6 module bundler'
arch=(any) arch=(any)
@ -12,8 +12,8 @@ depends=('nodejs')
makedepends=('npm' 'jq') makedepends=('npm' 'jq')
source=("$pkgname-$pkgver.tar.gz::https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz") source=("$pkgname-$pkgver.tar.gz::https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
noextract=("$pkgname-$pkgver.tar.gz") noextract=("$pkgname-$pkgver.tar.gz")
sha512sums=('94c664dd77d40468ebad9429bcf4a85dc6527ca709d81827f99d0bd4ca16d95f1687b05533e2ce0494cfa35eb2ba5d8cc0be7d71779dcd6d6bbaadeb0a349183') sha512sums=('2aab51d9870edf9fca2a28e0e27c784933b7e7af5aa8251e19190a5a727aafe02f041ad563d2f8a667f834756b42be264ceaba9ac6e885f971af69298a185a38')
b2sums=('3fbb46a89b400b5cf7301945db96818e54198173864532fd623931e370da6415a8619b299f7287719628d475cac6fce600b8e4a0f3e65d1e0707b42d71ed4eb0') b2sums=('78da951e9e95ac113e2e597b4723827545d056f67e17f76135070ef818229b92b47af236855f8e4bc89810001a85bbb5017d3eb5c8f09ec1dbc859261d414972')
package() { package() {
local NPM_FLAGS=(--no-audit --no-fund --no-update-notifier) local NPM_FLAGS=(--no-audit --no-fund --no-update-notifier)