summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2022-04-27 19:01:48 +0200
committerRasmus Lindroth2022-04-27 19:01:48 +0200
commit94f44c91b44bab71b3715bff221543dccab78cff (patch)
treeda6c00ef4feb86d06729afc85634ae83d9c4c89f
parente185205f93c256d36d14da5ba2b135a7fd2b4905 (diff)
downloadaur-94f44c91b44bab71b3715bff221543dccab78cff.tar.gz
add support for themes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 594bb418316a..a358e1631888 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.44
+ pkgver = 0.0.45
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.44.tar.gz
- sha256sums = 653e156ecf0c1976e5f86077f07081b74ebd9188757e24c7c857a833c8f814ce
+ source = https://github.com/RasmusLindroth/tut/archive/refs/tags/0.0.45.tar.gz
+ sha256sums = 4159045718f4adf976dd6292815220700ff305b17dd8d382a04186e78f297f96
pkgname = tut-mastodon
diff --git a/PKGBUILD b/PKGBUILD
index ed1a7b481503..14458116bf6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
_pkgname=tut
pkgname=tut-mastodon
-pkgver=0.0.44
+pkgver=0.0.45
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=('653e156ecf0c1976e5f86077f07081b74ebd9188757e24c7c857a833c8f814ce')
+sha256sums=('4159045718f4adf976dd6292815220700ff305b17dd8d382a04186e78f297f96')
build() {
cd $_pkgname-$pkgver