summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAngelo Geulin2023-11-30 12:05:05 +0800
committerAngelo Geulin2023-11-30 12:05:05 +0800
commit23447c867aca540cd4a885fe30e7abe7a63be0cb (patch)
treeda0fc271342287af2b1e0846aa4a1b5d989d0820 /PKGBUILD
parent8bbfda4a31f9aebe8114e40dd1ff395c36611cdc (diff)
downloadaur-apidash-bin.tar.gz
fix: use SPDX format for license field
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8351f10ef41..6f7fb3043c72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"