summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchisman Panigrahi2024-11-20 07:49:49 -0500
committerArchisman Panigrahi2024-11-20 07:49:49 -0500
commit45daed6a3be815f303daac57f628533b31262770 (patch)
tree1122c3e077ebdbbd9d2a57c131e9f477b46f73fa
parent0fc22213a9bd6ff534ef5949532554ef1435afbd (diff)
downloadaur-annotator.tar.gz
license, dependencies and other fixes
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 463e564e5de7..e1648b7f553a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = annotator
arch = armv7h
arch = i686
arch = x86_64
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = git
makedepends = meson
makedepends = vala
diff --git a/PKGBUILD b/PKGBUILD
index e0d7ea17e879..654ec0dd66d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=2.0.0
pkgrel=3
pkgdesc="Image annotation for Elementary OS"
url="https://github.com/phase1geo/Annotator"
-license=("GPL3")
+license=("GPL-3.0-or-later")
arch=('aarch64' 'armv6h' 'armv7h' 'i686' 'x86_64')
depends=('libportal-gtk4' 'granite7')
makedepends=('git' 'meson' 'vala' 'gtk3')