diff options
author | Archisman Panigrahi | 2024-11-20 07:49:49 -0500 |
---|---|---|
committer | Archisman Panigrahi | 2024-11-20 07:49:49 -0500 |
commit | 45daed6a3be815f303daac57f628533b31262770 (patch) | |
tree | 1122c3e077ebdbbd9d2a57c131e9f477b46f73fa | |
parent | 0fc22213a9bd6ff534ef5949532554ef1435afbd (diff) | |
download | aur-annotator.tar.gz |
license, dependencies and other fixes
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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') |