summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-21 17:16:09 -0700
committerMark Wagie2024-01-21 17:16:09 -0700
commit2d933d35e24c6f9f65227f55abb38a6193681647 (patch)
tree430e1a11e0f2cf0d83ad38d71ab30e29a4abf541
parent785b58672909d287a3cfe62ef7fa518969f5c1bf (diff)
downloadaur-2d933d35e24c6f9f65227f55abb38a6193681647.tar.gz
use SPDX license identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c47b3125ab1..4f93c1b2634f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = universal-android-debloater
pkgrel = 1
url = https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation
arch = x86_64
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = cargo
makedepends = clang
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 3ea24c8ba1a7..045ca8fa9818 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Cross-platform GUI written in Rust using ADB to debloat non-rooted Android devices"
arch=('x86_64')
url="https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('android-tools' 'fontconfig' 'gcc-libs')
makedepends=('cargo' 'clang' 'cmake' 'mold')
source=("$pkgbase-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz"