summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian 'swiftgeek' Grzywna2024-04-15 03:43:46 +0200
committerSebastian 'swiftgeek' Grzywna2024-04-15 03:43:46 +0200
commit713f37e5331f54bbaab17b2ad4674da44799bb00 (patch)
tree268b8698d2948ea7dae6949d93ca7c1736631421
parent84dcf0e41b2b19a3141806f51116317053644fcb (diff)
downloadaur-713f37e5331f54bbaab17b2ad4674da44799bb00.tar.gz
Bump to 2.8, new lua dep
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd9085e18b29..e5823f7b40f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Mar 6 03:28:52 UTC 2024
+# Mon Apr 15 01:41:59 UTC 2024
pkgbase = tio
pkgdesc = The simple TTY terminal I/O application
- pkgver = 2.7
+ pkgver = 2.8
pkgrel = 1
url = http://tio.github.io/
arch = x86_64
@@ -16,8 +16,9 @@ pkgbase = tio
depends = glibc
depends = libinih
depends = bash-completion
- source = https://github.com/tio/tio/releases/download/v2.7/tio-2.7.tar.xz
- sha256sums = bf8fe434848c2c1b6540af0b42503c986068176ddc1a988cf02e521e7de5daa5
+ depends = lua
+ source = https://github.com/tio/tio/releases/download/v2.8/tio-2.8.tar.xz
+ sha256sums = 890a880a048e604dbb9c3765d10b3dcdd2bb54cecf7b4bcc3a1ac0f3b6c95706
pkgname = tio
diff --git a/PKGBUILD b/PKGBUILD
index 567ad01d6030..be7c5f437204 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Martin Hundebøll <martin@hundeboll.net>
pkgname=tio
-pkgver=2.7
+pkgver=2.8
pkgrel=1
pkgdesc="The simple TTY terminal I/O application"
url="http://tio.github.io/"
arch=('x86_64' 'i686' 'arm' 'armv7h' 'armv6h' 'aarch64')
license=('GPL-2.0-or-later')
-depends=('glibc' 'libinih' 'bash-completion')
+depends=('glibc' 'libinih' 'bash-completion' 'lua')
makedepends=('meson')
source=("https://github.com/tio/tio/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('bf8fe434848c2c1b6540af0b42503c986068176ddc1a988cf02e521e7de5daa5')
+sha256sums=('890a880a048e604dbb9c3765d10b3dcdd2bb54cecf7b4bcc3a1ac0f3b6c95706')
build() {
cd "$srcdir/$pkgname-$pkgver"