summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
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
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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")