summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2021-12-04 13:02:26 +0100
committerRasmus Lindroth2021-12-04 13:02:26 +0100
commitc25fc01cc81575a3e26e6465df1d7a88c72387e7 (patch)
tree79ccce409f5b41c501c5aaa1dfaf92e59c719cf8
parente8d0f1901554336dbc3506a28e3ddeb82df2fa92 (diff)
downloadaur-c25fc01cc81575a3e26e6465df1d7a88c72387e7.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 e995699d91fa..aa15a309c929 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tut
pkgdesc = A TUI for Mastodon with vim inspired keys
- 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
diff --git a/PKGBUILD b/PKGBUILD
index 242945c73bc5..f9253a36e99b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.41
+pkgver=0.0.42
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=('a252e9d03fa102c645c03412772fd3161ebf7c501a409a9a05bd971c048f5b5e')
+sha256sums=('d57cebfcc5547a1a55b183b235e2214ce79c7a6a0758e586f684583042cebc2c')
build() {
cd $pkgname-$pkgver