summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2021-07-26 17:41:01 +0200
committerRasmus Lindroth2021-07-26 17:41:01 +0200
commit8536d0eda364a25b12a03244cd7dab9041c577dd (patch)
treeab204a8d9873e52b619ec0898f756cb13c853b4a
parent5acda543cc3329dcb3d2331c650649d650680e70 (diff)
downloadaur-8536d0eda364a25b12a03244cd7dab9041c577dd.tar.gz
fix crash
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b58d2f2bfbb..66d6973447d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tut
pkgdesc = A TUI for Mastodon with vim inspired keys
- pkgver = 0.0.21
+ pkgver = 0.0.22
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/0.0.21.tar.gz
- sha256sums = e9ead43e179fb66e2b908afc60927f0394aa09804836c74aefb2ed63788bc780
+ source = https://github.com/RasmusLindroth/tut/archive/0.0.22.tar.gz
+ sha256sums = 17a65c04b59546db496c9420234599e161cc037fea4cd8cf6b1287cef6b9839f
pkgname = tut
diff --git a/PKGBUILD b/PKGBUILD
index 4455272a2065..e30d25f68af1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.21
+pkgver=0.0.22
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=('e9ead43e179fb66e2b908afc60927f0394aa09804836c74aefb2ed63788bc780')
+sha256sums=('17a65c04b59546db496c9420234599e161cc037fea4cd8cf6b1287cef6b9839f')
build() {
cd $pkgname-$pkgver