git » ant.git » commit aa4bb05

use SPDX license identifier

author Levente Polyak
2024-06-05 18:14:56 UTC
committer Levente Polyak
2024-06-05 18:14:56 UTC
parent cd1669e363ea43f5db80d3cf2448734071857456

use SPDX license identifier

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 58e83d9..bc4d76e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgrel=1
 pkgdesc='Java based build tool'
 url='https://ant.apache.org/'
 arch=('any')
-license=('APACHE')
+license=('Apache-2.0')
 makedepends=('bash' 'coreutils' 'which' 'java-environment' 'junit' 'java-hamcrest')
 source=(https://www.apache.org/dist/ant/source/apache-${pkgbase}-${pkgver}-src.tar.bz2{,.asc}
         ant.conf)