summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2020-07-16 12:48:58 +0200
committerRasmus Lindroth2020-07-16 12:48:58 +0200
commit4f48c1fb36976335416df88a72d43cc5a94fd93e (patch)
tree97e7c28c4bcea1b36f8abb8daaf0718f0e3fd799
parent26903ba03696f3f8349c852f2432619678f7d5ad (diff)
downloadaur-4f48c1fb36976335416df88a72d43cc5a94fd93e.tar.gz
Support for pgup/dn and different colors in modes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ed1afa1218b..105e242fb8db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tut
pkgdesc = A TUI for Mastodon with vim inspired keys
- pkgver = 0.0.10
+ pkgver = 0.0.13
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/0.0.10.tar.gz
- sha256sums = c785451e90c9f31baa1b570b97fc53175b1c8334634b69fe1422692305f91165
+ source = https://github.com/RasmusLindroth/tut/archive/0.0.13.tar.gz
+ sha256sums = cf09c61b96d79de6d8d9223700b7451f1bbf774f438c71916746e6d683f75e79
pkgname = tut
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