Compare commits

..

No commits in common. "8562da19690b855ff0dd58c5ecbfe12e067f4c47" and "f72e050a014c315aa0a05290dcc922fcce3c677d" have entirely different histories.

3 changed files with 6 additions and 6 deletions

@ -1 +1 @@
Subproject commit ddbd2dba5ba348cf4335cdc2c45a0e68ef05cee3 Subproject commit 704b21d8d048dd0fcdeb20d71d5090485bb11ebc

View file

@ -3,7 +3,7 @@
pkgname=python-commitizen pkgname=python-commitizen
_pkgname="${pkgname#python-}" _pkgname="${pkgname#python-}"
pkgver=2.29.2 pkgver=2.29.1
pkgrel=1 pkgrel=1
pkgdesc='A tool for enforcing descriptive commit messages and version/changelog management' pkgdesc='A tool for enforcing descriptive commit messages and version/changelog management'
arch=('any') arch=('any')
@ -30,7 +30,7 @@ makedepends=(
) )
provides=('cz' 'git-cz') provides=('cz' 'git-cz')
conflicts=('nodejs-commitizen' 'commitizen-go') conflicts=('nodejs-commitizen' 'commitizen-go')
_commit='362ec36341c6c0438c597ead4e8bd0ebeb1dd6b2' _commit='dee73f09d41ebda9f27dffb363e414f6f9cf8bc2'
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.77.2 pkgver=2.77.1
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=('9bfe18cd880b7293106f15f736602a0efc0b013673c6df1b21e80eefc1592e5fa502028905dd4344039e12265c28e20e3e3c44e9ec075873601846a5157bb3d6') sha512sums=('1a1bad349aef4d80fab359a8a3e932abb943f43791e470f25e8e1b0c59434a47a90bd915298f8a2bf352645cc299e5de89ade413356e4e84261d176e832647c7')
b2sums=('7f1c11cd77d089ad8e512f87bed003491c161615ceb537c938fb6107a68bd780c4ef49f42119b9ae277d768cc88e3b4ee628833ac2d802ea69a5a1cdda5cc7ec') b2sums=('6419e78270e722f83b12b444aa319de7678e63acabcf92de9c139711e42b16e04032028c819048c3a646c4edbb96bf99b3ec270f037cc80c86c31221dfd18508')
package() { package() {
local NPM_FLAGS=(--no-audit --no-fund --no-update-notifier) local NPM_FLAGS=(--no-audit --no-fund --no-update-notifier)