summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Østergaard2022-09-11 17:36:16 +0200
committerNick Østergaard2022-09-11 17:36:16 +0200
commit66a0808d3d2175ebb1444f3d39ab142bb8d13306 (patch)
treeb08d3b58f484185a87e94ff01b92399317ffa6e8
parent760fb37d828dffe8c877e2ff7a44a8ebb1f934ad (diff)
downloadaur-66a0808d3d2175ebb1444f3d39ab142bb8d13306.tar.gz
Bump to 2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c17805e6866..a8416afd2867 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tio
pkgdesc = The simple TTY terminal I/O application
- pkgver = 1.47
+ pkgver = 2.0
pkgrel = 1
url = http://tio.github.io/
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = tio
makedepends = meson
depends = glibc
depends = libinih
- source = https://github.com/tio/tio/releases/download/v1.47/tio-1.47.tar.xz
- sha256sums = 6f39ac582de747feb9a64c14e6b378c61cb0c3bfa6639e62050022c1b7f5c544
+ source = https://github.com/tio/tio/releases/download/v2.0/tio-2.0.tar.xz
+ sha256sums = e5826109773a89b267c3484df71234bc6c45715f735e3fdbee5984768faf5836
pkgname = tio
diff --git a/PKGBUILD b/PKGBUILD
index 8f8300488413..bfc38b984167 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Hundebøll <martin@hundeboll.net>
pkgname=tio
-pkgver=1.47
+pkgver=2.0
pkgrel=1
pkgdesc="The simple TTY terminal I/O application"
url="http://tio.github.io/"
@@ -10,7 +10,7 @@ license=('GPLv2')
depends=('glibc' 'libinih')
makedepends=('meson')
source=("https://github.com/tio/tio/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('6f39ac582de747feb9a64c14e6b378c61cb0c3bfa6639e62050022c1b7f5c544')
+sha256sums=('e5826109773a89b267c3484df71234bc6c45715f735e3fdbee5984768faf5836')
build() {
cd "$srcdir/$pkgname-$pkgver"