Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
flameshot


Commits:
b8668b6e by Robin Candau at 2024-08-28T11:26:32+02:00
upgpkg: 12.1.0-4: Update license, remove useless 'make' make-dependency 
and update nvchecker configuration
- Update license from GPL to GPL3+ and use SPDX identifier
- Remove useless 'make' make-dependency, make is part of 
'base-devel'
- Update nvchecker configuration to avoid relying on GitHub API calls

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,10 @@
 pkgbase = flameshot
        pkgdesc = Powerful yet simple to use screenshot software
        pkgver = 12.1.0
-       pkgrel = 3
+       pkgrel = 4
        url = https://github.com/flameshot-org/flameshot
        arch = x86_64
-       license = GPL
-       makedepends = make
+       license = GPL-3.0-or-later
        makedepends = qt5-tools
        makedepends = cmake
        depends = qt5-svg


=====================================
.nvchecker.toml
=====================================
@@ -1,5 +1,4 @@
 [flameshot]
-source = "github"
-github = "flameshot-org/flameshot"
+source = "git"
+git = "https://github.com/flameshot-org/flameshot.git";
 prefix = "v"
-use_max_tag = true


=====================================
PKGBUILD
=====================================
@@ -1,16 +1,17 @@
 # Maintainer: Jiachen YANG <[email protected]>
 # Maintainer: Caleb Maclennan <[email protected]>
+# Maintainer: Robin Candau <[email protected]>
 # Contributor: xyzzy <[email protected]>
 
 pkgname=flameshot
 pkgver=12.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Powerful yet simple to use screenshot software"
 arch=('x86_64')
 url="https://github.com/flameshot-org/flameshot";
-license=('GPL')
+license=('GPL-3.0-or-later')
 depends=('qt5-svg' 'hicolor-icon-theme' 'kguiaddons5')
-makedepends=('make' 'qt5-tools' 'cmake')
+makedepends=('qt5-tools' 'cmake')
 optdepends=(
     'gnome-shell-extension-appindicator: for system tray icon if you are using 
Gnome'
     'grim: for wlroots wayland support'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/flameshot/-/commit/b8668b6e3066c895b2c2d45cd2008dc46e65ef68

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/flameshot/-/commit/b8668b6e3066c895b2c2d45cd2008dc46e65ef68
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to