diff options
author | Angelo Geulin | 2023-11-30 12:05:05 +0800 |
---|---|---|
committer | Angelo Geulin | 2023-11-30 12:05:05 +0800 |
commit | 23447c867aca540cd4a885fe30e7abe7a63be0cb (patch) | |
tree | da0fc271342287af2b1e0846aa4a1b5d989d0820 /PKGBUILD | |
parent | 8bbfda4a31f9aebe8114e40dd1ff395c36611cdc (diff) | |
download | aur-apidash-bin.tar.gz |
fix: use SPDX format for license field
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,11 +2,11 @@ pkgname=apidash-bin pkgver=0.3.0 -pkgrel=2 +pkgrel=3 pkgdesc="Beautiful open-source cross-platform API Client" arch=('x86_64') url="https://apidash.dev" -license=('APACHE') +license=('Apache-2.0') depends=() options=('!emptydirs' '!strip') source=("https://github.com/foss42/apidash/releases/download/v${pkgver}/apidash-linux-amd64.deb" |