summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Panteleev2024-01-28 07:42:57 +0000
committerVladimir Panteleev2024-01-28 07:42:57 +0000
commit6d9020d89459d250359660664b7170c3355eda03 (patch)
tree7f1daa1f59aff5258b8f83ecdaff1930d48b5345
parent61438b9f419ef1454199589d9df423ee5e305cba (diff)
downloadaur-6d9020d89459d250359660664b7170c3355eda03.tar.gz
SPDX
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0e9ce2fddd5..04de3c0edcc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = snapd-xdg-open-git
url = https://github.com/snapcore/snapd-xdg-open
arch = i686
arch = x86_64
- license = GPL
+ license = GPL-3.0-or-later
makedepends = git
depends = glib2
provides = snapd-xdg-open
@@ -14,4 +14,3 @@ pkgbase = snapd-xdg-open-git
md5sums = SKIP
pkgname = snapd-xdg-open-git
-
diff --git a/PKGBUILD b/PKGBUILD
index d48d9818cd74..f7486c84384c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=2
pkgdesc="Software for opening links from snaps in desktop"
arch=('i686' 'x86_64')
url="https://github.com/snapcore/snapd-xdg-open"
-license=('GPL')
+license=('GPL-3.0-or-later')
depends=('glib2')
makedepends=('git')
provides=('snapd-xdg-open')