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