summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2021-12-04 13:03:14 +0100
committerRasmus Lindroth2021-12-04 13:03:14 +0100
commit75bc3eeac63320197e3fe00ec9a86446af2bc51c (patch)
tree785350976471c6695f66f0deac4b67c6acd4024c
parente2d3084e43f6fc839cc2a657dc49827bd86ce3de (diff)
downloadaur-75bc3eeac63320197e3fe00ec9a86446af2bc51c.tar.gz
no force redraw, bug fix
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6837c87ddb9..9f2cec7edec7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tut-mastodon
pkgdesc = A TUI for Mastodon with vim inspired keys. Same as aur/tut, only for name collision.
- pkgver = 0.0.41
+ pkgver = 0.0.42
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/0.0.41.tar.gz
- sha256sums = a252e9d03fa102c645c03412772fd3161ebf7c501a409a9a05bd971c048f5b5e
+ source = https://github.com/RasmusLindroth/tut/archive/0.0.42.tar.gz
+ sha256sums = d57cebfcc5547a1a55b183b235e2214ce79c7a6a0758e586f684583042cebc2c
pkgname = tut-mastodon
diff --git a/PKGBUILD b/PKGBUILD
index c862e44a2569..642f5c348449 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
_pkgname=tut
pkgname=tut-mastodon
-pkgver=0.0.41
+pkgver=0.0.42
pkgrel=1
pkgdesc='A TUI for Mastodon with vim inspired keys. Same as aur/tut, only for name collision.'
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/RasmusLindroth/$_pkgname"
license=('MIT')
makedepends=('go')
source=("https://github.com/RasmusLindroth/$_pkgname/archive/$pkgver.tar.gz")
-sha256sums=('a252e9d03fa102c645c03412772fd3161ebf7c501a409a9a05bd971c048f5b5e')
+sha256sums=('d57cebfcc5547a1a55b183b235e2214ce79c7a6a0758e586f684583042cebc2c')
build() {
cd $_pkgname-$pkgver