summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisaka135142024-01-18 22:24:41 +0800
committerMisaka135142024-01-18 22:24:41 +0800
commitd07a707e79b004aef7b99e394a2182bf2f6770a0 (patch)
tree57679e6f2ff3463c0d758e08d78871418907a682
parent1dbe1e9ba60b7c8259c8715c216611bc036d7f8e (diff)
downloadaur-d07a707e79b004aef7b99e394a2182bf2f6770a0.tar.gz
Follow Arch Linux RFC16: Use SPDX license identifiers in PKGBUILDs
In Arch Linux RFC16, Arch Linux decided to use the SPDX license identifier in PKGBUILDs.[1] The Packaging Guideline on Arch Wiki has been updated.[2] 1. https://gitlab.archlinux.org/archlinux/rfcs/-/blob/master/rfcs/0016-spdx-license-identifiers.rst 2. https://wiki.archlinux.org/title/PKGBUILD#license See also: archlinuxcn/repo#3587
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f30cd9ac618..4df09c2f7303 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = easyeda-pro-electron
pkgdesc = EasyEDA Professional Edition. Run with system electron.
pkgver = 2.1.42
- pkgrel = 1
+ pkgrel = 2
url = https://pro.easyeda.com/
install = easyeda-pro-electron.install
arch = x86_64
arch = aarch64
- license = custom
+ license = LicenseRef-EasyEDA-Proprietary
depends = electron
depends = libnotify
depends = libappindicator-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 95a306ae071b..63f823299f74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=easyeda-pro-electron
_pkgname=${pkgname%-electron}
pkgver=2.1.42
-pkgrel=1
+pkgrel=2
pkgdesc="EasyEDA Professional Edition. Run with system electron."
arch=('x86_64' 'aarch64')
url="https://pro.easyeda.com/"
-license=('custom')
+license=('LicenseRef-EasyEDA-Proprietary')
depends=('electron' 'libnotify' 'libappindicator-gtk3')
makedepends=()
provides=($_pkgname)