summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Libert2024-01-17 09:16:50 +0100
committerBart Libert2024-01-17 09:16:50 +0100
commit007ce4365dab2cf951e896a27259f6bdee971c0b (patch)
treebbfe26d9b5d7eb8ff80d9b875d0a13610fbb3074
parent13d1f578b8fffd5b04fbf6c6449b3f2ff2aff473 (diff)
downloadaur-007ce4365dab2cf951e896a27259f6bdee971c0b.tar.gz
Update to SPDX license identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b57c3a52bf44..16f77dcfa66f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = zsh-auto-notify
install = zsh-auto-notify.install
changelog = changelog
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
depends = zsh
depends = libnotify
source = zsh-auto-notify-0.8.1.tar.gz::https://github.com/MichaelAquilina/zsh-auto-notify/archive/0.8.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 2d2ed32cb34b..30e52ade2716 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Zsh plugin that sends out a notification when a long running task has completed"
arch=('any')
url="https://github.com/MichaelAquilina/zsh-auto-notify"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('zsh' 'libnotify')
install=$pkgname.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/MichaelAquilina/${pkgname}/archive/${pkgver}.tar.gz")