summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2022-04-27 19:35:34 +0200
committerRasmus Lindroth2022-04-27 19:35:34 +0200
commit2ddf0b75e7248b66fac2596a1e18f0c2a7ef4b2d (patch)
tree29661161e1b50f6b0a3241b2fba6b74b87840039
parent94f44c91b44bab71b3715bff221543dccab78cff (diff)
downloadaur-2ddf0b75e7248b66fac2596a1e18f0c2a7ef4b2d.tar.gz
bug fix themes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a358e1631888..9df6ebe5187a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tut-mastodon
pkgdesc = A TUI for Mastodon with vim inspired keys. Same as aur/tut, only for name collision.
- pkgver = 0.0.45
+ pkgver = 0.0.46
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/refs/tags/0.0.45.tar.gz
- sha256sums = 4159045718f4adf976dd6292815220700ff305b17dd8d382a04186e78f297f96
+ source = https://github.com/RasmusLindroth/tut/archive/refs/tags/0.0.46.tar.gz
+ sha256sums = 9f255905e63884d1de8fdf73f44a388e763cd2f1c8f5d78103d497975bf1599c
pkgname = tut-mastodon
diff --git a/PKGBUILD b/PKGBUILD
index 14458116bf6c..4c0bbc5b9122 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
_pkgname=tut
pkgname=tut-mastodon
-pkgver=0.0.45
+pkgver=0.0.46
pkgrel=1
pkgdesc='A TUI for Mastodon with vim inspired keys. Same as aur/tut, only for name collision.'
arch=('any')
@@ -9,7 +9,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