summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Lindroth2021-11-23 18:33:16 +0100
committerRasmus Lindroth2021-11-23 18:33:16 +0100
commit3024971444db760be9e16256bdf49cd658544031 (patch)
treea65ee1a2fe03ba15a0ce26ae68776cd6557cda75
parent7468ad777fb5f3cf9764445fc35f807f7374fbed (diff)
downloadaur-3024971444db760be9e16256bdf49cd658544031.tar.gz
bug fixes and status notification
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7f2fdbca8b3..32c0db2c478f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tut
pkgdesc = A TUI for Mastodon with vim inspired keys
- pkgver = 0.0.38
+ pkgver = 0.0.39
pkgrel = 1
url = https://github.com/RasmusLindroth/tut
arch = any
license = MIT
makedepends = go
- source = https://github.com/RasmusLindroth/tut/archive/0.0.38.tar.gz
- sha256sums = 503408a7fc67ef60ee755d94e82cccd0333b7ea822209eaebc99464e2fd69031
+ source = https://github.com/RasmusLindroth/tut/archive/0.0.39.tar.gz
+ sha256sums = cf496c919fcb9d752b2f8a451b701a3e40e966ba1b26b8b4ad39f77a7cac1d70
pkgname = tut
diff --git a/PKGBUILD b/PKGBUILD
index bf9ad8bd5faa..7050c6d8f81f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rasmus Lindroth <rasmus@lindroth.xyz>
pkgname=tut
-pkgver=0.0.38
+pkgver=0.0.39
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=('503408a7fc67ef60ee755d94e82cccd0333b7ea822209eaebc99464e2fd69031')
+sha256sums=('cf496c919fcb9d752b2f8a451b701a3e40e966ba1b26b8b4ad39f77a7cac1d70')
build() {
cd $pkgname-$pkgver