cctz: use SPDX license identifier, remove unnecessary updpkgsums

`update_pkgver_and_pkgrel` already runs `updpkgsums`.
This commit is contained in:
Pekka Ristola 2024-01-17 20:38:07 +02:00
parent b9d5342b86
commit 160e608a84
No known key found for this signature in database
GPG key ID: 2C20BE716E05213E
2 changed files with 1 additions and 2 deletions

View file

@ -7,7 +7,7 @@ pkgrel=4
pkgdesc="A C++ library for translating between absolute and civil times using the rules of a time zone"
arch=(x86_64)
url="https://github.com/google/cctz"
license=(Apache)
license=('Apache-2.0')
depends=(
gcc-libs
)

View file

@ -4,7 +4,6 @@ maintainers:
email: pekkarr@protonmail.com
pre_build_script: |
update_pkgver_and_pkgrel(_G.newver)
run_cmd(['updpkgsums'])
post_build_script: |
git_pkgbuild_commit()
update_aur_repo()