mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
cctz: use SPDX license identifier, remove unnecessary updpkgsums
`update_pkgver_and_pkgrel` already runs `updpkgsums`.
This commit is contained in:
parent
b9d5342b86
commit
160e608a84
2 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,7 @@ pkgrel=4
|
||||||
pkgdesc="A C++ library for translating between absolute and civil times using the rules of a time zone"
|
pkgdesc="A C++ library for translating between absolute and civil times using the rules of a time zone"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://github.com/google/cctz"
|
url="https://github.com/google/cctz"
|
||||||
license=(Apache)
|
license=('Apache-2.0')
|
||||||
depends=(
|
depends=(
|
||||||
gcc-libs
|
gcc-libs
|
||||||
)
|
)
|
||||||
|
|
|
@ -4,7 +4,6 @@ maintainers:
|
||||||
email: pekkarr@protonmail.com
|
email: pekkarr@protonmail.com
|
||||||
pre_build_script: |
|
pre_build_script: |
|
||||||
update_pkgver_and_pkgrel(_G.newver)
|
update_pkgver_and_pkgrel(_G.newver)
|
||||||
run_cmd(['updpkgsums'])
|
|
||||||
post_build_script: |
|
post_build_script: |
|
||||||
git_pkgbuild_commit()
|
git_pkgbuild_commit()
|
||||||
update_aur_repo()
|
update_aur_repo()
|
||||||
|
|
Loading…
Add table
Reference in a new issue