summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Boman2024-02-17 19:10:56 +0100
committerMagnus Boman2024-02-17 19:10:56 +0100
commit370be51eb72a3326e0c53d4e235912bb50a0d851 (patch)
tree2d3aeff51b2ed8786dad9d9278fe051df3d3ba84
parente10aa44e20382f546cec54b7cc7f512a80dc561d (diff)
downloadaur-370be51eb72a3326e0c53d4e235912bb50a0d851.tar.gz
upgpkg: * Use SPDX licenses
upgpkg: falltergeist-git 0.4.0.r48.g32cbee70-1 upgpkg: falltergeist 0.4.0-2 upgpkg: gallery-dl-git 1.26.7.r60.g7033cc1-1 upgpkg: gallery-dl 1.26.7-2 upgpkg: glances-git 3.4.0.r447.g4ab96a7-1 upgpkg: gofile-downloader-git r37.3f15653-1 upgpkg: hunspell-sv 1:2.42-2 upgpkg: pcspkr-git r18.f0b68bc-2 upgpkg: phonon-qt6-mpv-git 0.0.7.r5.g384ae0a-2 upgpkg: qimgv-light-git 1.0.3alpha.r105.g70dc0ef9-1 upgpkg: qimgv-light 1.0.2-3 upgpkg: weechat-git 4.2.0.r57.g4858d88-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e53e1e5d1035..be3e75c5a9a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = qimgv-light
pkgdesc = Qt6 image viewer (without any optional features)
pkgver = 1.0.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/easymodo/qimgv
arch = x86_64
arch = i686
arch = armv6h
arch = armv7h
arch = aarch64
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = cmake
makedepends = qt6-tools
depends = qt6-base
diff --git a/PKGBUILD b/PKGBUILD
index 01e3d248cd3c..a4f6de574541 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=qimgv-light
pkgver=1.0.2
-pkgrel=2
+pkgrel=3
pkgdesc='Qt6 image viewer (without any optional features)'
arch=(x86_64 i686 armv6h armv7h aarch64)
url=https://github.com/easymodo/qimgv
-license=(GPL3)
+license=(GPL-3.0-or-later)
depends=(qt6-base qt6-imageformats qt6-svg qt6-5compat)
makedepends=(cmake qt6-tools)
provides=("${pkgname%-light}")