upgpkg: commitizen 2.18.1-1
New upstream release.
This commit is contained in:
parent
0aa3584dbd
commit
8034ae6a98
1 changed files with 2 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
|
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
|
||||||
|
|
||||||
pkgname=commitizen
|
pkgname=commitizen
|
||||||
pkgver=2.18.0
|
pkgver=2.18.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')
|
||||||
|
@ -28,7 +28,7 @@ optdepends=()
|
||||||
# 'python-pytest-mock'
|
# 'python-pytest-mock'
|
||||||
#)
|
#)
|
||||||
source=("$pkgname-$pkgver.tar.gz::$url/archive//v$pkgver.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::$url/archive//v$pkgver.tar.gz")
|
||||||
b2sums=('a68369276f5c3521bfddc1af438feabccd236e84f2e5161ba523b41c12fc2ede79ab0713925633093b53b16637e720649d2169989dbc66254e36e70371e14e0b')
|
b2sums=('f13add189f94e617242663946ac03fe9f171db67c9e95310814611c55dfcecf1aaed5b68b6b4f22a73e11473e51f7a2a74f5ae0e4f1bff5ae1dac8695f0664a9')
|
||||||
|
|
||||||
#prepare() {
|
#prepare() {
|
||||||
#cd "$pkgname-$pkgver"
|
#cd "$pkgname-$pkgver"
|
||||||
|
@ -58,11 +58,6 @@ package() {
|
||||||
--no-deps \
|
--no-deps \
|
||||||
dist/*.whl
|
dist/*.whl
|
||||||
|
|
||||||
# delete direct_url.json
|
|
||||||
# TODO: figure out $pkgdir in bytecode
|
|
||||||
local site_packages=$(python -c "import site; print(site.getsitepackages()[0])")
|
|
||||||
rm -vf "$pkgdir$site_packages/$pkgname-$pkgver.dist-info/direct_url.json"
|
|
||||||
|
|
||||||
# license
|
# license
|
||||||
install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
|
install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue