summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2022-04-23 11:54:46 +0200
committerRasmus Lindroth2022-04-23 11:54:46 +0200
commite185205f93c256d36d14da5ba2b135a7fd2b4905 (patch)
treef5ab1f5cc572bd023195fb18753318ae4af9d9b6
parente5f845c77ad852402d1f217a05417a5579badac1 (diff)
downloadaur-e185205f93c256d36d14da5ba2b135a7fd2b4905.tar.gz
fix autocomplete in cmdbar
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58626379d57d..594bb418316a 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.43
- pkgrel = 2
+ pkgver = 0.0.44
+ 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.43.tar.gz
- sha256sums = e1d3b727ca1a03ee5ba99d7f5e9f4e155e1f39cdaf237c2426f839b53d8df7b6
+ source = https://github.com/RasmusLindroth/tut/archive/refs/tags/0.0.44.tar.gz
+ sha256sums = 653e156ecf0c1976e5f86077f07081b74ebd9188757e24c7c857a833c8f814ce
pkgname = tut-mastodon
diff --git a/PKGBUILD b/PKGBUILD
index 24444d7ef635..ed1a7b481503 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
_pkgname=tut
pkgname=tut-mastodon
-pkgver=0.0.43
-pkgrel=2
+pkgver=0.0.44
+pkgrel=1
pkgdesc='A TUI for Mastodon with vim inspired keys. Same as aur/tut, only for name collision.'
arch=('any')
url="https://github.com/RasmusLindroth/$_pkgname"
license=('MIT')
makedepends=('go')
source=("https://github.com/RasmusLindroth/$_pkgname/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('e1d3b727ca1a03ee5ba99d7f5e9f4e155e1f39cdaf237c2426f839b53d8df7b6')
+sha256sums=('653e156ecf0c1976e5f86077f07081b74ebd9188757e24c7c857a833c8f814ce')
build() {
cd $_pkgname-$pkgver