diff options
author | Christian Schendel | 2024-03-30 22:10:55 +0100 |
---|---|---|
committer | Christian Schendel | 2024-03-30 22:10:55 +0100 |
commit | 1dc04ec9e75679f1811d08fd603ceb646e3fee46 (patch) | |
tree | f25180507b9f7e93219c2ab82a7c41de0c3beaa3 | |
parent | 6a39766d2d101c6f49188bcc993e373aadb81a33 (diff) | |
download | aur-gnome-shell-extension-favourites-in-appgrid-git.tar.gz |
migrate license identifiers to SPDX an limit installation
to gnome-shell=45
modified: .SRCINFO
modified: PKGBUILD
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 8 insertions, 4 deletions
@@ -1,12 +1,13 @@ pkgbase = gnome-shell-extension-favourites-in-appgrid-git pkgdesc = Keep favourite applications in AppGrid. For GNOME Shell 40+ pkgver = r20.24a300c - pkgrel = 1 + pkgrel = 2 url = https://gitlab.gnome.org/harshadgavali/favourites-in-appgrid arch = any - license = GPL3 + license = GPL-3.0-or-later makedepends = git depends = gnome-shell>=1:45 + depends = gnome-shell<1:46 provides = gnome-shell-extension-favourites-in-appgrid conflicts = gnome-shell-extension-favourites-in-appgrid source = gnome-shell-extension-favourites-in-appgrid::git+https://gitlab.gnome.org/harshadgavali/favourites-in-appgrid.git @@ -2,13 +2,16 @@ # Contributor: Mark Wagie <mark dot wagie at tutanota dot com> pkgname=gnome-shell-extension-favourites-in-appgrid-git pkgver=r20.24a300c -pkgrel=1 +pkgrel=2 pkgdesc="Keep favourite applications in AppGrid. For GNOME Shell 40+" arch=('any') url="https://gitlab.gnome.org/harshadgavali/favourites-in-appgrid" -license=('GPL3') +license=( + 'GPL-3.0-or-later' +) depends=( 'gnome-shell>=1:45' + 'gnome-shell<1:46' ) makedepends=( 'git' |