summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-20 16:16:12 -0700
committerMark Wagie2024-01-20 16:16:12 -0700
commitef7416b34d6766862deb7dbad82a63b26fca0f1d (patch)
treefd3b3fa85164679a82f660d839c10672c6f00c44
parent229b7e065b55e7e76ebca281db0c462425ded603 (diff)
downloadaur-hotshots-git.tar.gz
use SPDX license identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66c7a5e716ff..23e1306381b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = hotshots-git
pkgrel = 4
url = https://github.com/obiwankennedy/HotShots
arch = x86_64
- license = GPL2
+ license = GPL-2.0-or-later
makedepends = git
makedepends = qt5-tools
depends = qt5-x11extras
diff --git a/PKGBUILD b/PKGBUILD
index a32fe4bc3fdd..975e7aae034f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Andrey Rodionov <roand at inbox dot ru>
-# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
+# Co-Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=hotshots-git
pkgver=r19.e3712ae
pkgrel=4
pkgdesc="Screenshot and annotation software"
arch=('x86_64')
url="https://github.com/obiwankennedy/HotShots"
-license=('GPL2')
+license=('GPL-2.0-or-later')
depends=('qt5-x11extras' 'qt5-multimedia')
makedepends=('git' 'qt5-tools')
provides=("${pkgname%-git}")