summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRasmus Lindroth2022-04-27 19:35:24 +0200
committerRasmus Lindroth2022-04-27 19:35:24 +0200
commit390f3e8a394641e840f7f1e7ac8de6b03cd97640 (patch)
treee028c276d4ad154317ec124890a8f5f74e59dcf5 /PKGBUILD
parentde8c15dcb2a589b4e41acdedf695b143f6f5bd93 (diff)
downloadaur-390f3e8a394641e840f7f1e7ac8de6b03cd97640.tar.gz
bug fix themes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f9f233d5af9..00bc598eb3e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.45
+pkgver=0.0.46
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/refs/tags/$pkgver.tar.gz")
-sha256sums=('4159045718f4adf976dd6292815220700ff305b17dd8d382a04186e78f297f96')
+sha256sums=('9f255905e63884d1de8fdf73f44a388e763cd2f1c8f5d78103d497975bf1599c')
build() {
cd $pkgname-$pkgver