Compare commits

..

No commits in common. "b3a9cafa0c677b49382eb1115cd173c1765a7718" and "7ab6c2db9d73df5f518c0e9c2b23db22ba099ff7" have entirely different histories.

4 changed files with 3 additions and 7 deletions

3
.gitmodules vendored
View file

@ -1,6 +1,3 @@
[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 +0,0 @@
Subproject commit 8fb971745fdb66dc2867e0c2dba922f31bde3ed1

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

View file

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