summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2021-11-23 21:08:32 +0100
committerRasmus Lindroth2021-11-23 21:08:32 +0100
commitdc3f9782d39a27a740ccf622cb814338d0368a9b (patch)
tree163e63a995218e4e03426060154ec52964f49305
parent3024971444db760be9e16256bdf49cd658544031 (diff)
downloadaur-dc3f9782d39a27a740ccf622cb814338d0368a9b.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 32c0db2c478f..4e01f9bbfd9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tut
pkgdesc = A TUI for Mastodon with vim inspired keys
- 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
diff --git a/PKGBUILD b/PKGBUILD
index 7050c6d8f81f..d50a6b0f40f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.39
+pkgver=0.0.40
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/$pkgver.tar.gz")
-sha256sums=('cf496c919fcb9d752b2f8a451b701a3e40e966ba1b26b8b4ad39f77a7cac1d70')
+sha256sums=('a460e060e430bc8ec8a9d521cf84897b5f8d4f8a92b31b3138f92c1a4f12e46b')
build() {
cd $pkgname-$pkgver