summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")