summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-21 17:55:43 -0700
committerMark Wagie2024-01-21 17:55:43 -0700
commite3a6e3eb8e84dd83f804f5f9cadbd8d6db3a0200 (patch)
treeb4c39bc7884c65b909c83f0d9c75c20f16e06fec
parente93c2c6d8149f343037c26d91725cb6e3c62deb9 (diff)
downloadaur-e3a6e3eb8e84dd83f804f5f9cadbd8d6db3a0200.tar.gz
use SPDX license identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD14
2 files changed, 12 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d53559f3072..0be94d79bdb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = webapp-manager
pkgrel = 1
url = https://github.com/linuxmint/webapp-manager
arch = any
- license = GPL
+ license = GPL-3.0-or-later
depends = dconf
depends = python-beautifulsoup4
depends = python-configobj
diff --git a/PKGBUILD b/PKGBUILD
index 139abf8cb96e..5ecfa698e796 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,17 @@ pkgrel=1
pkgdesc="Run websites as if they were apps"
arch=('any')
url="https://github.com/linuxmint/webapp-manager"
-license=('GPL')
-depends=('dconf' 'python-beautifulsoup4' 'python-configobj' 'python-gobject'
- 'python-pillow' 'python-setproctitle' 'python-tldextract' 'xapp')
+license=('GPL-3.0-or-later')
+depends=(
+ 'dconf'
+ 'python-beautifulsoup4'
+ 'python-configobj'
+ 'python-gobject'
+ 'python-pillow'
+ 'python-setproctitle'
+ 'python-tldextract'
+ 'xapp'
+)
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
sha256sums=('818ec1186e028d538b0e7a9237b9fc8c68e804356d322a0a7ba5451c909fcbad')