summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"