upgpkg: python-commitizen 2.40.4-2
Fix permissions issue. ...I'm confused now.
This commit is contained in:
parent
5b9f6962b5
commit
a9551a0158
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
_pkgname=commitizen
|
_pkgname=commitizen
|
||||||
pkgname=python-commitizen
|
pkgname=python-commitizen
|
||||||
pkgver=2.20.4
|
pkgver=2.20.4
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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')
|
||||||
url="https://github.com/commitizen-tools/commitizen"
|
url="https://github.com/commitizen-tools/commitizen"
|
||||||
|
@ -59,6 +59,9 @@ package() {
|
||||||
--destdir="$pkgdir" \
|
--destdir="$pkgdir" \
|
||||||
dist/*.whl
|
dist/*.whl
|
||||||
|
|
||||||
|
# fix permissions issue
|
||||||
|
find "$pkgdir/usr/bin" -type f -exec chmod 0755 {} +
|
||||||
|
|
||||||
# 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