diff options
author | Rhinoceros | 2025-01-19 01:07:49 +1100 |
---|---|---|
committer | Rhinoceros | 2025-01-19 01:07:49 +1100 |
commit | d94d98b835f1ecaeb888816859ae28bccca66685 (patch) | |
tree | 4e6735adbc5d9ce41366859a284b79e75963a810 /PKGBUILD | |
parent | bd535dc56dd17b51a5297bb81dadeb915d0ee7ed (diff) | |
download | aur-d94d98b835f1ecaeb888816859ae28bccca66685.tar.gz |
Use SPDX license identifier as per new recommendations
* https://wiki.archlinux.org/title/PKGBUILD#license
* https://rfc.archlinux.page/0016-spdx-license-identifiers/
* I won't bump pkgrel for these licence changes
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,7 +1,8 @@ -# Maintainer: Balló György <ballogyor+arch at gmail dot com> +# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros> +# Contributor: Balló György <ballogyor+arch at gmail dot com> # Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com> # Contributor: Hugo Doria <hugodoria@gmail.com> -# Contributor pidgin-libnotify: 3ED <kas1987@o2.pl> +# Contributor: 3ED <kas1987@o2.pl> pkgname=pidgin-libnotify pkgver=0.14 @@ -9,7 +10,7 @@ pkgrel=15 arch=('x86_64') pkgdesc='Pidgin plugin that enables popups when someone logs in or messages you' url='http://gaim-libnotify.sourceforge.net/' -license=('GPL') +license=('GPL-2.0-or-later') # some files (e.g. src/pidgin-libnotify.c) say 2 or later. COPYING says 3 depends=('pidgin' 'libnotify') makedepends=('intltool') source=("https://downloads.sourceforge.net/gaim-libnotify/$pkgname-$pkgver.tar.gz" |