summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcameel2020-09-14 17:11:55 +0200
committercameel2020-09-14 18:11:21 +0200
commit3cba023ad67a856eab4eef7a22642c15d929dbe8 (patch)
tree1e317be0ac5f6bee1085be5d17b25ca359859b9a /PKGBUILD
parentf07d49b8770d62da9fcb68fb46913debd5635d13 (diff)
downloadaur-3cba023ad67a856eab4eef7a22642c15d929dbe8.tar.gz
Use the correct ID for Apache License 2
- In Arch Apache 2.0 license is called just Apache. - Just to be 100% sure I compared /usr/share/licenses/common/Apache/license.txt with https://github.com/ethereum/evmone/blob/master/LICENSE and they byte-for-byte identical.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e9834e2dfd6..677ff9e1ec62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Fast Ethereum Virtual Machine implementation"
arch=('any')
url="https://github.com/ethereum/evmone/"
-license=('Apache-2.0')
+license=('Apache')
depends=()
makedepends=('cmake' 'gcc' 'git')
md5sums=('SKIP')