summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2021-06-30 16:45:10 +0200
committerRasmus Lindroth2021-06-30 16:45:10 +0200
commit4349410574cf1e0054f637aef5c4c11ffdf5ed07 (patch)
tree0eb7fbeef3f85f4779a54b38f93b8fd50a454536
parent4a42b9fa92ac198484016e073a815d7ad46bd95c (diff)
downloadaur-4349410574cf1e0054f637aef5c4c11ffdf5ed07.tar.gz
minor bug fix
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ce2be9010fa..ed0b827a837d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tut
pkgdesc = A TUI for Mastodon with vim inspired keys
- pkgver = 0.0.19
+ pkgver = 0.0.20
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/0.0.19.tar.gz
- sha256sums = 015b7cd04e55859a9262e14b3c3b3b04b632f8cda98e6b0c8b6ed2cd1e9e1e71
+ source = https://github.com/RasmusLindroth/tut/archive/0.0.20.tar.gz
+ sha256sums = e9d389ccd7f9a8ae3fd6b7ec107bad4852eaea2d42b64738f7b42959d657335c
pkgname = tut
diff --git a/PKGBUILD b/PKGBUILD
index f5b8afa88750..e045f707f853 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.19
+pkgver=0.0.20
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=('015b7cd04e55859a9262e14b3c3b3b04b632f8cda98e6b0c8b6ed2cd1e9e1e71')
+sha256sums=('e9d389ccd7f9a8ae3fd6b7ec107bad4852eaea2d42b64738f7b42959d657335c')
build() {
cd $pkgname-$pkgver