summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian 'swiftgeek' Grzywna2023-09-22 09:52:34 +0200
committerSebastian 'swiftgeek' Grzywna2023-09-22 09:52:34 +0200
commit53b5dfb2a64759a43d1d401b2d3e9fc9ef2a554d (patch)
tree3a36e6a563d97f6086b9144b6885f64753dab431
parent7df8a9111fe19738abadec296a94912f66678c4d (diff)
downloadaur-53b5dfb2a64759a43d1d401b2d3e9fc9ef2a554d.tar.gz
Bump to 2.7
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c43b11df46a1..990e32c39b29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Sep 22 07:52:24 UTC 2023
pkgbase = tio
pkgdesc = The simple TTY terminal I/O application
- pkgver = 2.6
+ pkgver = 2.7
pkgrel = 1
url = http://tio.github.io/
arch = x86_64
@@ -14,7 +16,8 @@ pkgbase = tio
depends = glibc
depends = libinih
depends = bash-completion
- source = https://github.com/tio/tio/releases/download/v2.6/tio-2.6.tar.xz
- sha256sums = 2ce4e8810eb620a40b2a69c4e89ed42df7e48a9ee70cba04d84c5a31aaf5764c
+ source = https://github.com/tio/tio/releases/download/v2.7/tio-2.7.tar.xz
+ sha256sums = bf8fe434848c2c1b6540af0b42503c986068176ddc1a988cf02e521e7de5daa5
pkgname = tio
+
diff --git a/PKGBUILD b/PKGBUILD
index 7aab21ae7eba..cb9293b86644 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Hundebøll <martin@hundeboll.net>
pkgname=tio
-pkgver=2.6
+pkgver=2.7
pkgrel=1
pkgdesc="The simple TTY terminal I/O application"
url="http://tio.github.io/"
@@ -10,7 +10,7 @@ license=('GPLv2')
depends=('glibc' 'libinih' 'bash-completion')
makedepends=('meson')
source=("https://github.com/tio/tio/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('2ce4e8810eb620a40b2a69c4e89ed42df7e48a9ee70cba04d84c5a31aaf5764c')
+sha256sums=('bf8fe434848c2c1b6540af0b42503c986068176ddc1a988cf02e521e7de5daa5')
build() {
cd "$srcdir/$pkgname-$pkgver"