Compare commits

...

3 commits

4 changed files with 7 additions and 3 deletions

3
.gitmodules vendored
View file

@ -1,3 +1,6 @@
[submodule "alsa-scarlett-gui"]
path = alsa-scarlett-gui
url = ssh://aur@aur.archlinux.org/alsa-scarlett-gui.git
[submodule "aq"] [submodule "aq"]
path = aq path = aq
url = ssh://aur@aur.archlinux.org/aq.git url = ssh://aur@aur.archlinux.org/aq.git

1
alsa-scarlett-gui Submodule

@ -0,0 +1 @@
Subproject commit 8fb971745fdb66dc2867e0c2dba922f31bde3ed1

@ -1 +1 @@
Subproject commit afb12eb8f85c4ffd81d8395653b307e9ce92c331 Subproject commit 04fefa6a6d8ee1bf5f741d7ad1154c43ab823629

View file

@ -3,7 +3,7 @@
pkgname=python-commitizen pkgname=python-commitizen
_pkgname="${pkgname#python-}" _pkgname="${pkgname#python-}"
pkgver=2.28.0 pkgver=2.29.0
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='234765d2a580b026217700315194912c8798d059' _commit='2be6c41f33fe28e9e784c87fec23bb9f6246a3f9'
source=("$pkgname::git+$url.git#commit=$_commit") source=("$pkgname::git+$url.git#commit=$_commit")
b2sums=('SKIP') b2sums=('SKIP')