summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRasmus Lindroth2021-07-26 17:41:01 +0200
committerRasmus Lindroth2021-07-26 17:41:01 +0200
commit8536d0eda364a25b12a03244cd7dab9041c577dd (patch)
treeab204a8d9873e52b619ec0898f756cb13c853b4a /PKGBUILD
parent5acda543cc3329dcb3d2331c650649d650680e70 (diff)
downloadaur-8536d0eda364a25b12a03244cd7dab9041c577dd.tar.gz
fix crash
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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