python-ngs: add proper license identifier

This commit is contained in:
kbipinkumar 2024-12-25 19:08:03 +05:30
parent e42565c990
commit 2d14531581
No known key found for this signature in database
GPG key ID: C67233497C15E476

View file

@ -15,7 +15,7 @@ makedepends=(
'python-build'
'python-installer'
)
license=('custom: Public Domain')
license=('NCBI-PD')
arch=('any')
source=("$_source-$pkgver.tar.gz::https://github.com/ncbi/sra-tools/archive/refs/tags/$pkgver.tar.gz")
options=(!strip) # strip isn't useful for python files and takes forever