summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy2024-05-08 16:39:48 +0200
committerVadim Yanitskiy2024-05-08 17:35:09 +0200
commitaf03d24866fb642d551bafc1bc46eec3c1e55e72 (patch)
treef7dfcec7bec721ebfcf373e52029498e940f6aba
parentc38000f23ec574cdfe45ccaaf9eacff6a2ee32e1 (diff)
downloadaur-af03d24866fb642d551bafc1bc46eec3c1e55e72.tar.gz
fix $license: use SPDX license identifier 'EPL-2.0'
This license is provided by 'licenses' package, so we don't install it.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1950be50a5b4..43f37791402a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = eclipse-titan
pkgdesc = A free and open source (FOSS) compiler both for TTCN-3 and for ASN.1
pkgver = 10.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://projects.eclipse.org/projects/tools.titan
arch = i686
arch = x86_64
- license = custom
+ license = EPL-2.0
makedepends = bison
makedepends = flex
makedepends = java-environment
diff --git a/PKGBUILD b/PKGBUILD
index d8aff32d904c..b56ebf0277f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@
pkgname=eclipse-titan
_pkgname=titan.core
pkgver=10.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="A free and open source (FOSS) compiler both for TTCN-3 and for ASN.1"
arch=('i686' 'x86_64')
url="https://projects.eclipse.org/projects/tools.titan"
-license=('custom')
+license=('EPL-2.0')
makedepends=(
'bison'
'flex'
@@ -69,5 +69,4 @@ package() {
"$pkgdir/usr/share/doc/eclipse-titan/demo/Makefile"
install -D $srcdir/eclipse-titan.profile $pkgdir/etc/profile.d/eclipse-titan.sh
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}