summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2024-04-10 19:04:33 +0200
committerFrederik “Freso” S. Olesen2024-04-10 19:04:33 +0200
commitbdd16b9e21b2d26450ec23683d750b56be913380 (patch)
tree495b7b29b5ca1779d4027261a81bdff287c65e38
parentaca8c17583a1872a4974fffd78c2f3b66eae3abe (diff)
downloadaur-bdd16b9e21b2d26450ec23683d750b56be913380.tar.gz
Update/fix $license
The COPYING file for resynthesizer is GPLv3 and the source file headers indicate a mix of GPL-2.0-or-later and GPL-3.0-or-later, so "GPL2" seems to have always been wrong. Updating $license per https://rfc.archlinux.page/0016-spdx-license-identifiers/ seems like a good time to fix this. :)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b97544b55948..0ce018955a60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gimp3-plugin-resynthesizer-git
pkgdesc = Suite of gimp plugins for texture synthesis (like heal-selection), ported to GIMP 3. Git-Version
pkgver = 2.0.3.r24.gecfc4e7
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/bootchk/resynthesizer
arch = i686
arch = x86_64
arch = x86_64_v3
- license = GPL2
+ license = GPL-3.0-or-later
makedepends = git
makedepends = intltool
makedepends = meson
diff --git a/PKGBUILD b/PKGBUILD
index 85b5441b6b7e..239d4c57f955 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@
_pkgname=resynthesizer
pkgname=gimp3-plugin-${_pkgname}-git
pkgver=2.0.3.r24.gecfc4e7
-pkgrel=2
+pkgrel=3
pkgdesc="Suite of gimp plugins for texture synthesis (like heal-selection), ported to GIMP 3. Git-Version"
arch=('i686' 'x86_64' 'x86_64_v3')
url="https://github.com/bootchk/resynthesizer"
-license=('GPL2')
+license=('GPL-3.0-or-later')
depends=(
'gimp>=2.99'
python