summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian 'swiftgeek' Grzywna2024-03-06 04:29:45 +0100
committerSebastian 'swiftgeek' Grzywna2024-03-06 04:29:52 +0100
commit84dcf0e41b2b19a3141806f51116317053644fcb (patch)
treec1a12fdf366ba28b744a38f57fc0546290283b67
parent53b5dfb2a64759a43d1d401b2d3e9fc9ef2a554d (diff)
downloadaur-84dcf0e41b2b19a3141806f51116317053644fcb.tar.gz
Update license
`GPL-2.0-or-later` change from `GPL-2.0-only` happened on 3f29bce of the upstream
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 990e32c39b29..bd9085e18b29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Sep 22 07:52:24 UTC 2023
+# Wed Mar 6 03:28:52 UTC 2024
pkgbase = tio
pkgdesc = The simple TTY terminal I/O application
pkgver = 2.7
@@ -11,7 +11,7 @@ pkgbase = tio
arch = armv7h
arch = armv6h
arch = aarch64
- license = GPLv2
+ license = GPL-2.0-or-later
makedepends = meson
depends = glibc
depends = libinih
diff --git a/PKGBUILD b/PKGBUILD
index cb9293b86644..567ad01d6030 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="The simple TTY terminal I/O application"
url="http://tio.github.io/"
arch=('x86_64' 'i686' 'arm' 'armv7h' 'armv6h' 'aarch64')
-license=('GPLv2')
+license=('GPL-2.0-or-later')
depends=('glibc' 'libinih' 'bash-completion')
makedepends=('meson')
source=("https://github.com/tio/tio/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz")