summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerry2024-02-16 15:51:42 +0800
committerJerry2024-02-16 15:51:45 +0800
commitf24f7590f83d4f6dc0f469ee3423fd3fa53e6e42 (patch)
tree4ebb6b49a8b55bf739ec1a58534d420a11129837
parent657184ce79b83f21676f5be0d8e9df3f4c60ae98 (diff)
downloadaur-f24f7590f83d4f6dc0f469ee3423fd3fa53e6e42.tar.gz
upd
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9add30ba2dee..1876e6da0933 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = chromium-extension-ublock-origin
pkgrel = 1
url = https://github.com/gorhill/uBlock
arch = any
- license = GPL3
+ license = GPL-3.0-only
makedepends = chromium
makedepends = openssl
makedepends = jq
diff --git a/PKGBUILD b/PKGBUILD
index 029b10a6e024..0bfa3ec9979d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="chromium uBlock Origin extension"
arch=('any')
url="https://github.com/gorhill/uBlock"
-license=('GPL3')
+license=('GPL-3.0-only')
makedepends=('chromium' 'openssl' 'jq')
source=("${pkgname}-${pkgver}.zip::${url}/releases/download/${pkgver}/uBlock0_${pkgver}.chromium.zip"
"uBlock0.chromium.pem")