summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRasmus Lindroth2020-07-16 12:48:58 +0200
committerRasmus Lindroth2020-07-16 12:48:58 +0200
commit4f48c1fb36976335416df88a72d43cc5a94fd93e (patch)
tree97e7c28c4bcea1b36f8abb8daaf0718f0e3fd799 /PKGBUILD
parent26903ba03696f3f8349c852f2432619678f7d5ad (diff)
downloadaur-4f48c1fb36976335416df88a72d43cc5a94fd93e.tar.gz
Support for pgup/dn and different colors in modes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d46aebd451d..e3e7831c26f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.10
+pkgver=0.0.13
pkgrel=1
pkgdesc='A TUI for Mastodon with vim inspired keys'
arch=('any')
@@ -8,7 +8,7 @@ url="https://github.com/RasmusLindroth/$pkgname"
license=('MIT')
makedepends=('go')
source=("https://github.com/RasmusLindroth/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('c785451e90c9f31baa1b570b97fc53175b1c8334634b69fe1422692305f91165')
+sha256sums=('cf09c61b96d79de6d8d9223700b7451f1bbf774f438c71916746e6d683f75e79')
build() {
cd $pkgname-$pkgver