summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-21 10:28:06 -0700
committerMark Wagie2024-01-21 10:28:06 -0700
commit075edb20cc0df8b065f20a3caeaf178138e9ef6f (patch)
tree8317003b44a7437827f796988e7e19b1144529e4
parent4edba62498a727ed1ac5f7ec08d64255bbeedbfb (diff)
downloadaur-office-runner.tar.gz
use SPDX license identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57db44ebcf69..9e64f90da8f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = office-runner
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/office-runner
arch = x86_64
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = gnome-common
depends = gtk3
source = https://gitlab.gnome.org/GNOME/office-runner/-/archive/1.0.3/office-runner-1.0.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index e0a82dea2a4a..f705628300c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
+# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
# Contributor: Balló György <ballogyor+arch at gmail dot com>
pkgname=office-runner
pkgver=1.0.3
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Lighthearted tool to temporarily inhibit GNOME's suspend on lid close behavior"
arch=('x86_64')
url="https://gitlab.gnome.org/GNOME/office-runner"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('gtk3')
makedepends=('gnome-common')
source=("https://gitlab.gnome.org/GNOME/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")