summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2021-11-23 21:08:44 +0100
committerRasmus Lindroth2021-11-23 21:08:44 +0100
commitbc4e7d5855efb65811588629754dd63e9549a52e (patch)
tree23f4be13cd8cbb31c8aa3e71390133c2ac12d98b
parent62b57a0ecbb0d432e1de91b8021a853b10802840 (diff)
downloadaur-bc4e7d5855efb65811588629754dd63e9549a52e.tar.gz
bug fix for cmdbars background
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 797329240604..0a89dbfe6025 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.39
+ pkgver = 0.0.40
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/0.0.39.tar.gz
- sha256sums = cf496c919fcb9d752b2f8a451b701a3e40e966ba1b26b8b4ad39f77a7cac1d70
+ source = https://github.com/RasmusLindroth/tut/archive/0.0.40.tar.gz
+ sha256sums = a460e060e430bc8ec8a9d521cf84897b5f8d4f8a92b31b3138f92c1a4f12e46b
pkgname = tut-mastodon
diff --git a/PKGBUILD b/PKGBUILD
index c7fd93eca0a0..584a98153346 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
_pkgname=tut
pkgname=tut-mastodon
-pkgver=0.0.39
+pkgver=0.0.40
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/$pkgver.tar.gz")
-sha256sums=('cf496c919fcb9d752b2f8a451b701a3e40e966ba1b26b8b4ad39f77a7cac1d70')
+sha256sums=('a460e060e430bc8ec8a9d521cf84897b5f8d4f8a92b31b3138f92c1a4f12e46b')
build() {
cd $_pkgname-$pkgver