Compare commits

..

No commits in common. "a1e1643b564fc0963cde2a979d96192af08bbf7e" and "b42ed05200b797fe49aa6fc5eee614aec65768c9" have entirely different histories.

3 changed files with 7 additions and 7 deletions

@ -1 +1 @@
Subproject commit df81b54947932bd48c0a010d463084247ed42db0
Subproject commit 2134105bbf1332a31b7e65586d055e27b2d46aac

View file

@ -1,9 +1,9 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
# Contributor: Jayson Reis <santosdosreis@gmail.com>
_pkgname=commitizen
pkgname=python-commitizen
_pkgname="${pkgname#python-}"
pkgver=2.28.0
pkgver=2.27.1
pkgrel=1
pkgdesc='A tool for enforcing descriptive commit messages and version/changelog management'
arch=('any')
@ -30,7 +30,7 @@ makedepends=(
)
provides=('cz' 'git-cz')
conflicts=('nodejs-commitizen' 'commitizen-go')
_commit='234765d2a580b026217700315194912c8798d059'
_commit='afa0d93544405bb0a871b5072e0a814720d933be'
source=("$pkgname::git+$url.git#commit=$_commit")
b2sums=('SKIP')

View file

@ -2,7 +2,7 @@
pkgname=ruby-oj
_gemname="${pkgname#ruby-}"
pkgver=3.13.15
pkgver=3.13.14
pkgrel=1
pkgdesc='The fastest JSON parser and object serializer'
arch=('x86_64')
@ -13,8 +13,8 @@ makedepends=('ruby-rdoc')
options=(!emptydirs)
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
noextract=("$_gemname-$pkgver.gem")
sha512sums=('1761eddc0e98e2a5aba17da5dcf7ecb231276bfd97175c55fb098fb874932a197d25d9bdf9ae0eed53a16c8ff494f1d9b2d207f083f0c708263aba2abfb5350b')
b2sums=('3aab01fe25767d996834d5ed986d71659a793fce8c5e989bea39de6e07bc426e7edb16dba8bfc56838656927c48b17b5aad60708bc0a11cb2e67b1e8de22e521')
sha512sums=('a58d58b83c1ce080120c667e096b3d0f3e409e279d31d0427b07293918596c38de13427c774d7eb512dc23977cf34b78d3cd79d9b3267bb477aa4aacde83af5e')
b2sums=('7902ddfde1c80632279d17d1e7e497f43de5c1c4abf6ce7fe84ce79a63bc5bf595575c71b2342b6c7016bf799f2e0a424e04c114df013dfe6d1d797bb8713435')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"